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

/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c1816 bus_size_t tx_ring_sz, rx_ring_sz, desc_sz = 0; local
1877 tx_ring_sz = roundup(desc_sz * BWI_TX_NDESC, BWI_RING_ALIGN);
1909 tx_ring_sz,
1911 tx_ring_sz,
1922 &sc->sc_tx_rdata[i], tx_ring_sz,

Completed in 61 milliseconds