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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c4796 * i40e_pf_rxq_wait - Wait for a PF's Rx queue to be enabled or disabled
4806 static int i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) function
4878 ret = i40e_pf_rxq_wait(pf, pf_q, enable);
5340 ret = i40e_pf_rxq_wait(pf, pf_q, false);
13438 ret = i40e_pf_rxq_wait(pf, pf_q, enable);

Completed in 124 milliseconds