Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c4626 * i40e_pf_txq_wait - Wait for a PF's Tx queue to be enabled or disabled
4636 static int i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable) in i40e_pf_txq_wait() function
4714 ret = i40e_pf_txq_wait(pf, pf_q, enable); in i40e_control_wait_tx_q()
5277 ret = i40e_pf_txq_wait(pf, pf_q, false); in i40e_vsi_wait_queues_disabled()
5289 ret = i40e_pf_txq_wait(pf, pf_q + vsi->alloc_queue_pairs, in i40e_vsi_wait_queues_disabled()