Home | History | Annotate | Download | only in ic

Lines Matching refs:aac_ccb

196 struct aac_ccb;
210 int (*aif_send_command)(struct aac_softc *, struct aac_ccb *);
257 struct aac_ccb *fm_ccbs;
264 struct aac_ccb {
265 SIMPLEQ_ENTRY(aac_ccb) ac_chain;
276 void (*ac_intr)(struct aac_ccb *);
321 struct aac_ccb *sc_ccbs;
322 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_free;
323 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_queue;
324 SIMPLEQ_HEAD(, aac_ccb) sc_ccb_complete;
351 void aac_ccb_enqueue(struct aac_softc *, struct aac_ccb *);
352 void aac_ccb_free(struct aac_softc *, struct aac_ccb *);
353 struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
354 int aac_ccb_map(struct aac_softc *, struct aac_ccb *);
355 int aac_ccb_poll(struct aac_softc *, struct aac_ccb *, int);
356 int aac_ccb_submit(struct aac_softc *, struct aac_ccb *);
357 void aac_ccb_unmap(struct aac_softc *, struct aac_ccb *);