Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2860.c1469 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx() local
1596 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1598 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1624 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1626 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1679 ring->queued += ntxds; in rt2860_tx()
1740 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx_raw() local
1837 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
1839 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx_raw()
1865 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
[all …]