Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ral/
HDrt2860.c1468 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx() local
1599 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1601 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1627 ntxds = 1 + (nsegs / 2); in rt2860_tx()
1629 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx()
1682 ring->queued += ntxds; in rt2860_tx()
1743 int i, nsegs, ntxds, pad, rate, ridx, error; in rt2860_tx_raw() local
1844 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
1846 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) { in rt2860_tx_raw()
1872 ntxds = 1 + (nsegs / 2); in rt2860_tx_raw()
[all …]