Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h132 bool i40e_reset_vf(struct i40e_vf *vf, bool flr);
H A Di40e_virtchnl_pf.c238 if (i40e_reset_vf(vf, false)) in i40e_vc_reset_vf()
1542 * i40e_reset_vf
1549 bool i40e_reset_vf(struct i40e_vf *vf, bool flr) in i40e_reset_vf() function
4327 /* i40e_reset_vf will clear the bit in GLGEN_VFLRSTAT */ in i40e_vc_process_vflr_event()
4328 if (!i40e_reset_vf(vf, true)) { in i40e_vc_process_vflr_event()
H A Di40e_main.c9558 i40e_reset_vf(vf, false); in i40e_handle_lan_overflow_event()