Lines Matching refs:queues
1435 uint32_t ic, queues, datum = 0; in mvxpe_rxtxth_intr() local
1470 queues = MVXPE_PRXTXTI_GET_RBICTAPQ(ic); in mvxpe_rxtxth_intr()
1471 if (queues) { in mvxpe_rxtxth_intr()
1473 mvxpe_rx(sc, queues); in mvxpe_rxtxth_intr()
1475 queues = MVXPE_PRXTXTI_GET_TBTCQ(ic); in mvxpe_rxtxth_intr()
1476 if (queues) { in mvxpe_rxtxth_intr()
1478 mvxpe_tx_complete(sc, queues); in mvxpe_rxtxth_intr()
1480 queues = MVXPE_PRXTXTI_GET_RDTAQ(ic); in mvxpe_rxtxth_intr()
1481 if (queues) { in mvxpe_rxtxth_intr()
1483 mvxpe_rx_refill(sc, queues); in mvxpe_rxtxth_intr()
2278 mvxpe_tx_complete(struct mvxpe_softc *sc, uint32_t queues) in mvxpe_tx_complete() argument
2288 if (!MVXPE_IS_QUEUE_BUSY(queues, q)) in mvxpe_tx_complete()
2386 mvxpe_rx(struct mvxpe_softc *sc, uint32_t queues) in mvxpe_rx() argument
2392 while ( (npkt = mvxpe_rx_queue_select(sc, queues, &q))) { in mvxpe_rx()
2509 mvxpe_rx_queue_select(struct mvxpe_softc *sc, uint32_t queues, int *queue) in mvxpe_rx_queue_select() argument
2519 if (!MVXPE_IS_QUEUE_BUSY(queues, q)) in mvxpe_rx_queue_select()
2539 mvxpe_rx_refill(struct mvxpe_softc *sc, uint32_t queues) in mvxpe_rx_refill() argument
2547 if (!MVXPE_IS_QUEUE_BUSY(queues, q)) in mvxpe_rx_refill()