Searched refs:RT2560_TX_RING_COUNT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c679 RT2560_TX_RING_COUNT << 8 |
1085 sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT;
1088 sc->txq.queued < (RT2560_TX_RING_COUNT - 32)) {
1581 if (sc->txq.queued >= RT2560_TX_RING_COUNT - 1) {
1692 sc->txq.cur = (sc->txq.cur + 1) % RT2560_TX_RING_COUNT;
2449 err = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT);
H A Drt2560_reg.h32 #define RT2560_TX_RING_COUNT 250 /* 48 */ macro

Completed in 259 milliseconds