Home | History | Annotate | Download | only in marvell

Lines Matching defs:queues

97 /* Descriptor Ring Control for each of queues */
959 * Descriptor Ring Controls for each of queues
969 * Allocate the descriptor queues.
1435 uint32_t ic, queues, datum = 0;
1470 queues = MVXPE_PRXTXTI_GET_RBICTAPQ(ic);
1471 if (queues) {
1473 mvxpe_rx(sc, queues);
1475 queues = MVXPE_PRXTXTI_GET_TBTCQ(ic);
1476 if (queues) {
1478 mvxpe_tx_complete(sc, queues);
1480 queues = MVXPE_PRXTXTI_GET_RDTAQ(ic);
1481 if (queues) {
1483 mvxpe_rx_refill(sc, queues);
2278 mvxpe_tx_complete(struct mvxpe_softc *sc, uint32_t queues)
2288 if (!MVXPE_IS_QUEUE_BUSY(queues, q))
2386 mvxpe_rx(struct mvxpe_softc *sc, uint32_t queues)
2392 while ( (npkt = mvxpe_rx_queue_select(sc, queues, &q))) {
2509 mvxpe_rx_queue_select(struct mvxpe_softc *sc, uint32_t queues, int *queue)
2519 if (!MVXPE_IS_QUEUE_BUSY(queues, q))
2539 mvxpe_rx_refill(struct mvxpe_softc *sc, uint32_t queues)
2547 if (!MVXPE_IS_QUEUE_BUSY(queues, q))
3062 SYSCTL_DESCR("Rx Queues"),
3073 SYSCTL_DESCR("Tx Queues"),