Searched refs:i40e_reset_vf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 121 bool i40e_reset_vf(struct i40e_vf *vf, bool flr);
|
H A D | i40e_virtchnl_pf.c | 183 if (i40e_reset_vf(vf, false)) in i40e_vc_reset_vf() 1494 * i40e_reset_vf 1501 bool i40e_reset_vf(struct i40e_vf *vf, bool flr) in i40e_reset_vf() function 4174 /* i40e_reset_vf will clear the bit in GLGEN_VFLRSTAT */ in i40e_vc_process_vflr_event() 4175 i40e_reset_vf(vf, true); in i40e_vc_process_vflr_event()
|
H A D | i40e_main.c | 9005 i40e_reset_vf(vf, false); in i40e_handle_lan_overflow_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 121 bool i40e_reset_vf(struct i40e_vf *vf, bool flr);
|
H A D | i40e_virtchnl_pf.c | 236 if (i40e_reset_vf(vf, false)) in i40e_vc_reset_vf() 1549 * i40e_reset_vf 1556 bool i40e_reset_vf(struct i40e_vf *vf, bool flr) in i40e_reset_vf() function 4331 /* i40e_reset_vf will clear the bit in GLGEN_VFLRSTAT */ in i40e_vc_process_vflr_event() 4332 i40e_reset_vf(vf, true); in i40e_vc_process_vflr_event()
|
H A D | i40e_main.c | 9570 i40e_reset_vf(vf, false); in i40e_handle_lan_overflow_event()
|
Completed in 51 milliseconds