Searched refs:SAFE_TOTAL_DPART (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/safe/
H A Dsafevar.h45 #define SAFE_TOTAL_DPART (SAFE_MAX_NQUEUE * SAFE_MAX_PART) macro
H A Dsafe.c360 if (safe_dma_malloc(sc, SAFE_TOTAL_DPART * sizeof (struct safe_pdesc),
371 sc->sc_dpringtop = sc->sc_dpring + SAFE_TOTAL_DPART;
373 bzero(sc->sc_dpring, SAFE_TOTAL_DPART * sizeof(struct safe_pdesc));
1862 (SAFE_TOTAL_DPART<<16) | SAFE_TOTAL_SPART);
2074 if (++ix == SAFE_TOTAL_DPART)

Completed in 171 milliseconds