HomeSort by: relevance | last modified time | path
    Searched refs:aac_ccb_submit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aacvar.h 356 int aac_ccb_submit(struct aac_softc *, struct aac_ccb *);
aac.c 1329 * These are duplicated in aac_ccb_submit() to cover the case where
1411 if (aac_ccb_submit(sc, ac))
1420 aac_ccb_submit(struct aac_softc *sc, struct aac_ccb *ac) function in typeref:typename:int
1425 AAC_DPRINTF(AAC_D_QUEUE, ("aac_ccb_submit(%p, %p) ", sc, ac));
1465 if ((rv = aac_ccb_submit(sc, ac)) != 0) {

Completed in 15 milliseconds