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

  /src/sys/dev/ic/
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 13 milliseconds