Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/safe/
HDsafevar.h43 #define SAFE_TOTAL_DPART (SAFE_MAX_NQUEUE * SAFE_MAX_PART) macro
HDsafe.c359 if (safe_dma_malloc(sc, SAFE_TOTAL_DPART * sizeof (struct safe_pdesc), in safe_attach()
370 sc->sc_dpringtop = sc->sc_dpring + SAFE_TOTAL_DPART; in safe_attach()
372 bzero(sc->sc_dpring, SAFE_TOTAL_DPART * sizeof(struct safe_pdesc)); in safe_attach()
1926 (SAFE_TOTAL_DPART<<16) | SAFE_TOTAL_SPART); in safe_init_board()
2138 if (++ix == SAFE_TOTAL_DPART) in safe_dump_request()