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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.c1334 int txq_length; local
1359 if ((txq_length = port->txqe - port->txqs) < 0) {
1364 txq_length = txq_length + FST_TXQ_DEPTH;
1367 if (txq_length > 0) {
1420 if (txq_length < fst_txq_low) {
2145 int txq_length; local
2172 txq_length = port->txqe - port->txqs;
2278 int txq_length; local
2310 if ((txq_length
[all...]

Completed in 42 milliseconds