Searched refs:txq_length (Results 1 – 1 of 1) sorted by relevance
1324 int txq_length; in do_bottom_half_tx() local1349 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() local2298 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()2303 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()2306 if (txq_length > fst_txq_high) { in fst_start_xmit()2315 if (txq_length == FST_TXQ_DEPTH - 1) { in fst_start_xmit()