Home | History | Annotate | Download | only in marvell

Lines Matching defs:ndesc

2305 	uint32_t ptxs, ptxsu, ndesc;
2311 ndesc = MVXPE_PTXS_GET_TBC(ptxs);
2312 if (ndesc == 0)
2316 "tx complete queue %d, %d descriptors.\n", q, ndesc);
2318 mvxpe_ring_sync_tx(sc, q, tx->tx_dma, ndesc,
2321 for (i = 0; i < ndesc; i++) {
2368 while (ndesc > 255) {
2371 ndesc -= 255;
2373 if (ndesc > 0) {
2374 ptxsu = MVXPE_PTXSU_NORB(ndesc);
2560 uint32_t prxs, prxsu, ndesc;
2567 ndesc = MVXPE_PRXS_GET_NODC(prxs) + MVXPE_PRXS_GET_ODC(prxs);
2568 refill = rx->rx_queue_len - ndesc;