Lines Matching defs:ahc

77 ahc_pause_bug_fix(struct ahc_softc *ahc)  in ahc_pause_bug_fix()
88 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused()
101 ahc_pause(struct ahc_softc *ahc) in ahc_pause()
126 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause()
143 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues()
156 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues()
210 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr()
217 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
227 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset()
238 ahc_name(struct ahc_softc *ahc) in ahc_name()
279 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
293 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo()
309 ahc_inw(struct ahc_softc *ahc, u_int port) in ahc_inw()
315 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) in ahc_outw()
322 ahc_inl(struct ahc_softc *ahc, u_int port) in ahc_inl()
331 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) in ahc_outl()
340 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb()
353 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) in ahc_swap_with_next_hscb()
393 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
438 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_buf()
447 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufaddr()
465 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) in ahc_sync_qoutfifo()
472 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) in ahc_sync_tqinfifo()
492 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) in ahc_check_cmdcmpltqueues()
522 ahc_intr(struct ahc_softc *ahc) in ahc_intr()