Lines Matching defs:ahd
57 ahd_name(struct ahd_softc *ahd) in ahd_name()
79 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes()
88 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state()
94 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, in ahd_extract_mode_state()
102 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes()
120 ahd_update_modes(struct ahd_softc *ahd) in ahd_update_modes()
136 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, in ahd_assert_modes()
149 ahd_save_modes(struct ahd_softc *ahd) in ahd_save_modes()
159 ahd_restore_modes(struct ahd_softc *ahd, ahd_mode_state state) in ahd_restore_modes()
168 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument
176 ahd_is_paused(struct ahd_softc *ahd) in ahd_is_paused()
189 ahd_pause(struct ahd_softc *ahd) in ahd_pause()
212 ahd_unpause(struct ahd_softc *ahd) in ahd_unpause()
239 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup()
263 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_scb_common()
284 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_data_scb()
321 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_noxfer_scb()
343 ahd_sg_size(struct ahd_softc *ahd) in ahd_sg_size()
351 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) in ahd_sg_bus_to_virt()
361 ahd_sg_virt_to_bus(struct ahd_softc *ahd, struct scb *scb, void *sg) in ahd_sg_virt_to_bus()
373 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_scb()
381 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sglist()
392 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sense()
401 ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index) in ahd_targetcmd_offset()
451 ahd_post_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_post_scb()
463 ahd_complete_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_complete_scb()
479 ahd_update_residual(struct ahd_softc *ahd, struct scb *scb) in ahd_update_residual()
493 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, in ahd_fetch_transinfo()
515 ahd_inw(struct ahd_softc *ahd, u_int port) in ahd_inw()
521 ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) in ahd_outw()
528 ahd_inl(struct ahd_softc *ahd, u_int port) in ahd_inl()
537 ahd_outl(struct ahd_softc *ahd, u_int port, uint32_t value) in ahd_outl()
546 ahd_inq(struct ahd_softc *ahd, u_int port) in ahd_inq()
559 ahd_outq(struct ahd_softc *ahd, u_int port, uint64_t value) in ahd_outq()
572 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr()
580 ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr) in ahd_set_scbptr()
589 ahd_get_hnscb_qoff(struct ahd_softc *ahd) in ahd_get_hnscb_qoff()
595 ahd_set_hnscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_hnscb_qoff()
601 ahd_get_hescb_qoff(struct ahd_softc *ahd) in ahd_get_hescb_qoff()
607 ahd_set_hescb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_hescb_qoff()
613 ahd_get_snscb_qoff(struct ahd_softc *ahd) in ahd_get_snscb_qoff()
624 ahd_set_snscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_snscb_qoff()
631 ahd_get_sescb_qoff(struct ahd_softc *ahd) in ahd_get_sescb_qoff()
638 ahd_set_sescb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_sescb_qoff()
645 ahd_get_sdscb_qoff(struct ahd_softc *ahd) in ahd_get_sdscb_qoff()
652 ahd_set_sdscb_qoff(struct ahd_softc *ahd, u_int value) in ahd_set_sdscb_qoff()
660 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inb_scbram()
685 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inw_scbram()
692 ahd_inl_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inl_scbram()
699 ahd_inq_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inq_scbram()
706 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) in ahd_lookup_scb()
720 ahd_swap_with_next_hscb(struct ahd_softc *ahd, struct scb *scb) in ahd_swap_with_next_hscb()
762 ahd_queue_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_queue_scb()
806 ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_buf()
812 ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufaddr()
825 ahd_sync_qoutfifo(struct ahd_softc *ahd, int op) in ahd_sync_qoutfifo()
832 ahd_sync_tqinfifo(struct ahd_softc *ahd, int op) in ahd_sync_tqinfifo()
852 ahd_check_cmdcmpltqueues(struct ahd_softc *ahd) in ahd_check_cmdcmpltqueues()
884 struct ahd_softc *ahd = arg; in ahd_intr() local