Searched refs:i40e_pf_rxq_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 4583 * i40e_pf_rxq_wait - Wait for a PF's Rx queue to be enabled or disabled 4593 static int i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) in i40e_pf_rxq_wait() function 4665 ret = i40e_pf_rxq_wait(pf, pf_q, enable); in i40e_control_wait_rx_q() 5132 ret = i40e_pf_rxq_wait(pf, pf_q, false); in i40e_vsi_wait_queues_disabled() 12850 ret = i40e_pf_rxq_wait(pf, pf_q, enable); in i40e_queue_pair_toggle_rings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 4782 * i40e_pf_rxq_wait - Wait for a PF's Rx queue to be enabled or disabled 4792 static int i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) in i40e_pf_rxq_wait() function 4864 ret = i40e_pf_rxq_wait(pf, pf_q, enable); in i40e_control_wait_rx_q() 5330 ret = i40e_pf_rxq_wait(pf, pf_q, false); in i40e_vsi_wait_queues_disabled() 13523 ret = i40e_pf_rxq_wait(pf, pf_q, enable); in i40e_queue_pair_toggle_rings()
|
Completed in 45 milliseconds