Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwireg.h32 #define IWI_TX_RING_COUNT 64 macro
H A Dif_iwi.c338 error = iwi_alloc_tx_ring(sc, &sc->txq[i], IWI_TX_RING_COUNT, in iwi_attach()
1624 txq->next = (txq->next + 1) % IWI_TX_RING_COUNT; in iwi_tx_intr()
1922 txq->cur = (txq->cur + 1) % IWI_TX_RING_COUNT; in iwi_tx_start()
1971 if (sc->txq[ac].queued > IWI_TX_RING_COUNT - 8) { in iwi_start()