Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wan/
H A Dfarsync.c1282 int txq_length; in do_bottom_half_tx() local
1305 txq_length = port->txqe - port->txqs; in do_bottom_half_tx()
1306 if (txq_length < 0) { in do_bottom_half_tx()
1310 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1313 if (txq_length > 0) { in do_bottom_half_tx()
1361 if (txq_length < fst_txq_low) { in do_bottom_half_tx()
2202 int txq_length; in fst_start_xmit() local
2233 txq_length = port->txqe - port->txqs; in fst_start_xmit()
2234 if (txq_length < in fst_start_xmit()
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c1324 int txq_length; in do_bottom_half_tx() local
1349 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()
1354 txq_length = txq_length + FST_TXQ_DEPTH; in do_bottom_half_tx()
1357 if (txq_length > 0) { in do_bottom_half_tx()
1408 if (txq_length < fst_txq_low) { in do_bottom_half_tx()
2266 int txq_length; in fst_start_xmit() local
2298 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()
2303 txq_length = txq_length in fst_start_xmit()
[all...]

Completed in 6 milliseconds