Lines Matching refs:ahc
49 int ahc_is_paused(struct ahc_softc *ahc);
50 void ahc_pause(struct ahc_softc *ahc);
51 void ahc_unpause(struct ahc_softc *ahc);
54 void ahc_sync_sglist(struct ahc_softc *ahc,
58 static inline char *ahc_name(struct ahc_softc *ahc);
60 static inline char *ahc_name(struct ahc_softc *ahc) in ahc_name() argument
62 return (ahc->name); in ahc_name()
68 ahc_fetch_transinfo(struct ahc_softc *ahc,
73 ahc_inw(struct ahc_softc *ahc, u_int port);
74 void ahc_outw(struct ahc_softc *ahc, u_int port,
77 ahc_inl(struct ahc_softc *ahc, u_int port);
78 void ahc_outl(struct ahc_softc *ahc, u_int port,
81 ahc_inq(struct ahc_softc *ahc, u_int port);
82 void ahc_outq(struct ahc_softc *ahc, u_int port,
85 ahc_get_scb(struct ahc_softc *ahc);
86 void ahc_free_scb(struct ahc_softc *ahc, struct scb *scb);
88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
89 void ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb);
91 ahc_get_sense_buf(struct ahc_softc *ahc,
95 int ahc_intr(struct ahc_softc *ahc);