Searched refs:txq_length (Results 1 – 1 of 1) sorted by relevance
1282 int txq_length; in do_bottom_half_tx() local1306 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() local2233 txq_length = port->txqe - port->txqs; in fst_start_xmit()2234 if (txq_length < 0) { in fst_start_xmit()2238 txq_length = txq_length + FST_TXQ_DEPTH; in fst_start_xmit()2241 if (txq_length > fst_txq_high) { in fst_start_xmit()[all …]