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

/openbsd-current/sys/dev/ic/
H A Drt2560reg.h20 #define RT2560_TX_RING_COUNT 48 macro
H A Drt2560.c195 error = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT);
910 (sc->txq.next_encrypt + 1) % RT2560_TX_RING_COUNT;
987 sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT;
992 if (sc->txq.queued < RT2560_TX_RING_COUNT - 1) {
1937 if (sc->txq.queued >= RT2560_TX_RING_COUNT - 1) {
2587 RT2560_TX_RING_COUNT << 8 |

Completed in 169 milliseconds