Searched refs:aac_ccb_alloc (Results 1 – 3 of 3) sorted by relevance
353 struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); in ld_aac_dobio()
1286 aac_ccb_alloc(struct aac_softc *sc, int flags) in aac_ccb_alloc() function