Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c1353 int txq_length; in do_bottom_half_tx() local
1377 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()
1382 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1385 if (txq_length > 0) { in do_bottom_half_tx()
1439 if (txq_length < fst_txq_low) { in do_bottom_half_tx()
2169 int txq_length; in fst_openport() local
2196 txq_length = port->txqe - port->txqs; in fst_openport()
2301 int txq_length; in fst_start_xmit() local
2333 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()
2338 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()
[all …]