Lines Matching defs:queues
97 /* Descriptor Ring Control for each of queues */
953 * Descriptor Ring Controls for each of queues
963 * Allocate the descriptor queues.
1429 uint32_t ic, queues, datum = 0;
1464 queues = MVXPE_PRXTXTI_GET_RBICTAPQ(ic);
1465 if (queues) {
1467 mvxpe_rx(sc, queues);
1469 queues = MVXPE_PRXTXTI_GET_TBTCQ(ic);
1470 if (queues) {
1472 mvxpe_tx_complete(sc, queues);
1474 queues = MVXPE_PRXTXTI_GET_RDTAQ(ic);
1475 if (queues) {
1477 mvxpe_rx_refill(sc, queues);
2272 mvxpe_tx_complete(struct mvxpe_softc *sc, uint32_t queues)
2282 if (!MVXPE_IS_QUEUE_BUSY(queues, q))
2380 mvxpe_rx(struct mvxpe_softc *sc, uint32_t queues)
2386 while ( (npkt = mvxpe_rx_queue_select(sc, queues, &q))) {
2503 mvxpe_rx_queue_select(struct mvxpe_softc *sc, uint32_t queues, int *queue)
2513 if (!MVXPE_IS_QUEUE_BUSY(queues, q))
2533 mvxpe_rx_refill(struct mvxpe_softc *sc, uint32_t queues)
2541 if (!MVXPE_IS_QUEUE_BUSY(queues, q))