Lines Matching defs:ndesc
2850 uint32_t ptxs, ptxsu, ndesc;
2860 ndesc = MVNETA_PTXS_GET_TBC(ptxs);
2862 if (__predict_false(ndesc == 0)) {
2872 CTR3(KTR_SPARE2, "%s:%u tx_complete begin ndesc=%u",
2873 if_name(sc->ifp), q, ndesc);
2879 for (i = 0; i < ndesc; i++) {
2900 while (__predict_false(ndesc > 255)) {
2903 ndesc -= 255;
2905 if (__predict_true(ndesc > 0)) {
2906 ptxsu = MVNETA_PTXSU_NORB(ndesc);
3136 uint32_t prxs, prxsu, ndesc;
3143 ndesc = MVNETA_PRXS_GET_NODC(prxs) + MVNETA_PRXS_GET_ODC(prxs);
3144 refill = MVNETA_RX_RING_CNT - ndesc;