Lines Matching defs:ahd

52 ahd_name(struct ahd_softc *ahd)  in ahd_name()
80 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes()
89 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state()
95 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, in ahd_extract_mode_state()
103 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes()
121 ahd_update_modes(struct ahd_softc *ahd) in ahd_update_modes()
137 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, in ahd_assert_modes()
150 ahd_save_modes(struct ahd_softc *ahd) in ahd_save_modes()
160 ahd_restore_modes(struct ahd_softc *ahd, ahd_mode_state state) in ahd_restore_modes()
169 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument
177 ahd_is_paused(struct ahd_softc *ahd) in ahd_is_paused()
190 ahd_pause(struct ahd_softc *ahd) in ahd_pause()
213 ahd_unpause(struct ahd_softc *ahd) in ahd_unpause()
244 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup()
268 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_scb_common()
289 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_data_scb()
326 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_noxfer_scb()
354 ahd_sg_size(struct ahd_softc *ahd) in ahd_sg_size()
362 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) in ahd_sg_bus_to_virt()
372 ahd_sg_virt_to_bus(struct ahd_softc *ahd, struct scb *scb, void *sg) in ahd_sg_virt_to_bus()
384 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_scb()
393 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sglist()
405 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sense()
414 ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index) in ahd_targetcmd_offset()
471 ahd_complete_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_complete_scb()
487 ahd_update_residual(struct ahd_softc *ahd, struct scb *scb) in ahd_update_residual()
501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, in ahd_fetch_transinfo()
523 ahd_inw(struct ahd_softc *ahd, u_int port) in ahd_inw()
534 ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) in ahd_outw()
545 ahd_inl(struct ahd_softc *ahd, u_int port) in ahd_inl()
554 ahd_outl(struct ahd_softc *ahd, u_int port, uint32_t value) in ahd_outl()
563 ahd_inq(struct ahd_softc *ahd, u_int port) in ahd_inq()
576 ahd_outq(struct ahd_softc *ahd, u_int port, uint64_t value) in ahd_outq()
589 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr()
597 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr()
606 ahd_get_hnscb_qoff(struct ahd_softc *ahd) in ahd_get_hnscb_qoff()
612 ahd_set_hnscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_hnscb_qoff()
618 ahd_get_hescb_qoff(struct ahd_softc *ahd) in ahd_get_hescb_qoff()
624 ahd_set_hescb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_hescb_qoff()
630 ahd_get_snscb_qoff(struct ahd_softc *ahd) in ahd_get_snscb_qoff()
641 ahd_set_snscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_snscb_qoff()
648 ahd_get_sescb_qoff(struct ahd_softc *ahd) in ahd_get_sescb_qoff()
655 ahd_set_sescb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_sescb_qoff()
662 ahd_get_sdscb_qoff(struct ahd_softc *ahd) in ahd_get_sdscb_qoff()
669 ahd_set_sdscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_sdscb_qoff()
677 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inb_scbram()
702 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inw_scbram()
709 ahd_inl_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inl_scbram()
716 ahd_inq_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inq_scbram()
723 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) in ahd_lookup_scb()
737 ahd_swap_with_next_hscb(struct ahd_softc *ahd, struct scb *scb) in ahd_swap_with_next_hscb()
776 ahd_queue_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_queue_scb()
821 ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_buf()
827 ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufaddr()
839 ahd_sync_qoutfifo(struct ahd_softc *ahd, int op) in ahd_sync_qoutfifo()
847 ahd_sync_tqinfifo(struct ahd_softc *ahd, int op) in ahd_sync_tqinfifo()
867 ahd_check_cmdcmpltqueues(struct ahd_softc *ahd) in ahd_check_cmdcmpltqueues()
897 ahd_intr(struct ahd_softc *ahd) in ahd_intr()