Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
H A Drt2560reg.h23 #define RT2560_TX_RING_COUNT 48 macro
H A Drt2560.c232 error = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT); in rt2560_attach()
938 (sc->txq.next_encrypt + 1) % RT2560_TX_RING_COUNT; in rt2560_encryption_intr()
1034 sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT; in rt2560_tx_intr()
1043 if (sc->txq.queued < RT2560_TX_RING_COUNT - 1) in rt2560_tx_intr()
1727 sc->txq.cur_encrypt = (sc->txq.cur_encrypt + 1) % RT2560_TX_RING_COUNT; in rt2560_sendprot()
1962 sc->txq.cur_encrypt = (sc->txq.cur_encrypt + 1) % RT2560_TX_RING_COUNT; in rt2560_tx_data()
1998 while (sc->txq.queued < RT2560_TX_RING_COUNT - 1 && in rt2560_start()
2671 RT2560_TX_RING_COUNT << 8 | in rt2560_init_locked()