Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2875 int i, pending_txqs; in be_tx_compl_clean() local
2879 pending_txqs = adapter->num_tx_qs; in be_tx_compl_clean()
2897 pending_txqs--; in be_tx_compl_clean()
2900 if (pending_txqs == 0 || ++timeo > 10 || in be_tx_compl_clean()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2876 int i, pending_txqs; in be_tx_compl_clean() local
2880 pending_txqs = adapter->num_tx_qs; in be_tx_compl_clean()
2898 pending_txqs--; in be_tx_compl_clean()
2901 if (pending_txqs == 0 || ++timeo > 10 || in be_tx_compl_clean()

Completed in 15 milliseconds