Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2860.c1467 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx() local
1593 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1595 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1621 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1623 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1676 ring->queued += ntxds; in rt2860_tx()
1737 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx_raw() local
1834 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
1836 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx_raw()
1862 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
[all …]