Searched refs:SAFE_TOTAL_DPART (Results 1 – 2 of 2) sorted by relevance
43 #define SAFE_TOTAL_DPART (SAFE_MAX_NQUEUE * SAFE_MAX_PART) macro
360 if (safe_dma_malloc(sc, SAFE_TOTAL_DPART * sizeof (struct safe_pdesc), in safe_attach()371 sc->sc_dpringtop = sc->sc_dpring + SAFE_TOTAL_DPART; in safe_attach()373 bzero(sc->sc_dpring, SAFE_TOTAL_DPART * sizeof(struct safe_pdesc)); in safe_attach()1671 (SAFE_TOTAL_DPART<<16) | SAFE_TOTAL_SPART); in safe_init_board()1883 if (++ix == SAFE_TOTAL_DPART) in safe_dump_request()