Home
last modified time | relevance | path

Searched refs:aac_ccb_alloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daacvar.h353 struct aac_ccb *aac_ccb_alloc(struct aac_softc *, int);
H A Dld_aac.c123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); in ld_aac_dobio()
H A Daac.c1286 aac_ccb_alloc(struct aac_softc *sc, int flags) in aac_ccb_alloc() function