Lines Matching defs:ahc
68 ahc_pause_bug_fix(struct ahc_softc *ahc) in ahc_pause_bug_fix()
79 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused()
92 ahc_pause(struct ahc_softc *ahc) in ahc_pause()
117 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause()
132 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues()
145 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues()
195 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr()
202 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
211 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
223 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset()
232 ahc_name(struct ahc_softc *ahc) in ahc_name()
276 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
290 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo()
308 ahc_inw(struct ahc_softc *ahc, u_int port) in ahc_inw()
314 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) in ahc_outw()
321 ahc_inl(struct ahc_softc *ahc, u_int port) in ahc_inl()
330 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) in ahc_outl()
339 ahc_inq(struct ahc_softc *ahc, u_int port) in ahc_inq()
352 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) in ahc_outq()
368 ahc_get_scb(struct ahc_softc *ahc) in ahc_get_scb()
382 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_free_scb()
399 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb()
411 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) in ahc_swap_with_next_hscb()
451 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
483 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_buf()
492 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufaddr()
525 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) in ahc_sync_qoutfifo()
532 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) in ahc_sync_tqinfifo()
552 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) in ahc_check_cmdcmpltqueues()
583 struct ahc_softc *ahc = (struct ahc_softc*)arg; in ahc_intr() local