Lines Matching defs:ahd

78 #define	SIM_IS_SCSIBUS_B(ahd, sim)	\  argument
80 #define SIM_CHANNEL(ahd, sim) \ argument
82 #define SIM_SCSI_ID(ahd, sim) \ argument
84 #define SIM_PATH(ahd, sim) \ argument
86 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \ argument
90 #define SCB_GET_SIM(ahd, scb) \ argument
100 #define ahd_dma_tag_create(ahd, parent_tag, alignment, boundary, \ argument
109 #define ahd_dma_tag_destroy(ahd, tag) \ argument
112 #define ahd_dmamem_alloc(ahd, dmat, vaddr, flags, mapp) \ argument
115 #define ahd_dmamem_free(ahd, dmat, vaddr, map) \ argument
118 #define ahd_dmamap_create(ahd, tag, flags, mapp) \ argument
121 #define ahd_dmamap_destroy(ahd, tag, map) \ argument
124 #define ahd_dmamap_load(ahd, dmat, map, addr, buflen, callback, \ argument
128 #define ahd_dmamap_unload(ahd, tag, map) \ argument
132 #define ahd_dmamap_sync(ahd, dma_tag, dmamap, offset, len, op) \ argument
209 #define ahd_inb(ahd, port) \ argument
213 #define ahd_outb(ahd, port, value) \ argument
217 #define ahd_inw_atomic(ahd, port) \ argument
221 #define ahd_outw_atomic(ahd, port, value) \ argument
226 #define ahd_outsb(ahd, port, valp, count) \ argument
231 #define ahd_insb(ahd, port, valp, count) \ argument
239 ahd_flush_device_writes(struct ahd_softc *ahd) in ahd_flush_device_writes()
262 ahd_lockinit(struct ahd_softc *ahd) in ahd_lockinit()
267 ahd_lock(struct ahd_softc *ahd, int *flags) in ahd_lock()
273 ahd_unlock(struct ahd_softc *ahd, int *flags) in ahd_unlock()
280 ahd_done_lockinit(struct ahd_softc *ahd) in ahd_done_lockinit()
285 ahd_done_lock(struct ahd_softc *ahd, unsigned long *flags) in ahd_done_lock()
290 ahd_done_unlock(struct ahd_softc *ahd, unsigned long *flags) in ahd_done_unlock()
408 ahd_get_sense_bufsize(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufsize()
414 ahd_freeze_simq(struct ahd_softc *ahd) in ahd_freeze_simq()
420 ahd_release_simq(struct ahd_softc *ahd) in ahd_release_simq()
437 ahd_platform_freeze_devq(struct ahd_softc *ahd, struct scb *scb) in ahd_platform_freeze_devq()
443 ahd_platform_abort_scbs(struct ahd_softc *ahd, int target, in ahd_platform_abort_scbs()
452 ahd_platform_scb_free(struct ahd_softc *ahd, struct scb *scb) in ahd_platform_scb_free()
528 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path()
534 ahd_platform_dump_card_state(struct ahd_softc *ahd) in ahd_platform_dump_card_state()
558 ahd_platform_flushwork(struct ahd_softc *ahd) in ahd_platform_flushwork()