Home | History | Annotate | Download | only in ic

Lines Matching refs:ahc_softc

54 static __inline void ahc_pause_bug_fix(struct ahc_softc *ahc);
55 static __inline int ahc_is_paused(struct ahc_softc *ahc);
56 static __inline void ahc_pause(struct ahc_softc *ahc);
57 static __inline void ahc_unpause(struct ahc_softc *ahc);
68 ahc_pause_bug_fix(struct ahc_softc *ahc)
79 ahc_is_paused(struct ahc_softc *ahc)
92 ahc_pause(struct ahc_softc *ahc)
117 ahc_unpause(struct ahc_softc *ahc)
124 static __inline void ahc_freeze_untagged_queues(struct ahc_softc *ahc);
125 static __inline void ahc_release_untagged_queues(struct ahc_softc *ahc);
132 ahc_freeze_untagged_queues(struct ahc_softc *ahc)
145 ahc_release_untagged_queues(struct ahc_softc *ahc)
162 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index);
163 static __inline void ahc_sync_scb(struct ahc_softc *ahc,
165 static __inline void ahc_sync_sglist(struct ahc_softc *ahc,
168 ahc_targetcmd_offset(struct ahc_softc *ahc,
195 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index)
202 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op)
211 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op)
223 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index)
229 static __inline const char *ahc_name(struct ahc_softc *ahc);
232 ahc_name(struct ahc_softc *ahc)
239 static __inline void ahc_update_residual(struct ahc_softc *ahc,
242 ahc_fetch_transinfo(struct ahc_softc *ahc,
247 ahc_inw(struct ahc_softc *ahc, u_int port);
248 static __inline void ahc_outw(struct ahc_softc *ahc, u_int port,
251 ahc_inl(struct ahc_softc *ahc, u_int port);
252 static __inline void ahc_outl(struct ahc_softc *ahc, u_int port,
255 ahc_inq(struct ahc_softc *ahc, u_int port);
256 static __inline void ahc_outq(struct ahc_softc *ahc, u_int port,
259 ahc_get_scb(struct ahc_softc *ahc);
260 static __inline void ahc_free_scb(struct ahc_softc *ahc, struct scb *scb);
261 static __inline void ahc_swap_with_next_hscb(struct ahc_softc *ahc,
263 static __inline void ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb);
265 ahc_get_sense_buf(struct ahc_softc *ahc,
268 ahc_get_sense_bufaddr(struct ahc_softc *ahc,
276 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb)
290 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id,
308 ahc_inw(struct ahc_softc *ahc, u_int port)
314 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value)
321 ahc_inl(struct ahc_softc *ahc, u_int port)
330 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value)
339 ahc_inq(struct ahc_softc *ahc, u_int port)
352 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value)
368 ahc_get_scb(struct ahc_softc *ahc)
382 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb)
399 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag)
411 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb)
451 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb)
483 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb)
492 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb)
502 static __inline void ahc_sync_qoutfifo(struct ahc_softc *ahc, int op);
503 static __inline void ahc_sync_tqinfifo(struct ahc_softc *ahc, int op);
504 static __inline u_int ahc_check_cmdcmpltqueues(struct ahc_softc *ahc);
525 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op)
532 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op)
552 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc)
583 struct ahc_softc *ahc = (struct ahc_softc*)arg;