Searched refs:RT2560_TX_RING_COUNT (Results 1 – 2 of 2) sorted by relevance
30 #define RT2560_TX_RING_COUNT 250 /* 48 */ macro
679 RT2560_TX_RING_COUNT << 8 | in rt2560_ring_hwsetup()1085 sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT; in rt2560_tx_intr()1088 sc->txq.queued < (RT2560_TX_RING_COUNT - 32)) { in rt2560_tx_intr()1581 if (sc->txq.queued >= RT2560_TX_RING_COUNT - 1) { in rt2560_send()1692 sc->txq.cur = (sc->txq.cur + 1) % RT2560_TX_RING_COUNT; in rt2560_send()2449 err = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT); in rt2560_attach()