Lines Matching refs:ahc_softc
49 static __inline void ahc_pause_bug_fix(struct ahc_softc *ahc);
50 static __inline int ahc_is_paused(struct ahc_softc *ahc);
51 static __inline void ahc_pause(struct ahc_softc *ahc);
52 static __inline void ahc_unpause(struct ahc_softc *ahc);
63 ahc_pause_bug_fix(struct ahc_softc *ahc) in ahc_pause_bug_fix()
74 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused()
87 ahc_pause(struct ahc_softc *ahc) in ahc_pause()
112 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause()
119 static __inline void ahc_freeze_untagged_queues(struct ahc_softc *ahc);
120 static __inline void ahc_release_untagged_queues(struct ahc_softc *ahc);
127 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues()
140 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues()
157 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index);
158 static __inline void ahc_sync_scb(struct ahc_softc *ahc,
160 static __inline void ahc_sync_sglist(struct ahc_softc *ahc,
163 ahc_targetcmd_offset(struct ahc_softc *ahc,
190 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr()
197 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
206 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
218 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset()
224 static __inline char *ahc_name(struct ahc_softc *ahc);
227 ahc_name(struct ahc_softc *ahc) in ahc_name()
234 static __inline void ahc_update_residual(struct ahc_softc *ahc,
237 ahc_fetch_transinfo(struct ahc_softc *ahc,
242 ahc_inw(struct ahc_softc *ahc, u_int port);
243 static __inline void ahc_outw(struct ahc_softc *ahc, u_int port,
246 ahc_inl(struct ahc_softc *ahc, u_int port);
247 static __inline void ahc_outl(struct ahc_softc *ahc, u_int port,
250 ahc_inq(struct ahc_softc *ahc, u_int port);
251 static __inline void ahc_outq(struct ahc_softc *ahc, u_int port,
254 ahc_get_scb(struct ahc_softc *ahc);
255 static __inline void ahc_free_scb(struct ahc_softc *ahc, struct scb *scb);
256 static __inline void ahc_swap_with_next_hscb(struct ahc_softc *ahc,
258 static __inline void ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb);
260 ahc_get_sense_buf(struct ahc_softc *ahc,
263 ahc_get_sense_bufaddr(struct ahc_softc *ahc,
271 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo()
301 ahc_inw(struct ahc_softc *ahc, u_int port) in ahc_inw()
307 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) in ahc_outw()
314 ahc_inl(struct ahc_softc *ahc, u_int port) in ahc_inl()
323 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) in ahc_outl()
332 ahc_inq(struct ahc_softc *ahc, u_int port) in ahc_inq()
345 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) in ahc_outq()
361 ahc_get_scb(struct ahc_softc *ahc) in ahc_get_scb()
379 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_free_scb()
396 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb()
408 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) in ahc_swap_with_next_hscb()
448 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
488 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_buf()
497 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufaddr()
507 static __inline void ahc_sync_qoutfifo(struct ahc_softc *ahc, int op);
508 static __inline void ahc_sync_tqinfifo(struct ahc_softc *ahc, int op);
509 static __inline u_int ahc_check_cmdcmpltqueues(struct ahc_softc *ahc);
510 static __inline int ahc_intr(struct ahc_softc *ahc);
513 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) in ahc_sync_qoutfifo()
520 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) in ahc_sync_tqinfifo()
540 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) in ahc_check_cmdcmpltqueues()
569 ahc_intr(struct ahc_softc *ahc) in ahc_intr()