Searched refs:ice_reset_vf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_pf.h | 119 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr); 163 ice_reset_vf(struct ice_vf __always_unused *vf, bool __always_unused is_vflr) in ice_reset_vf() function
|
H A D | ice_virtchnl_pf.c | 1265 * ice_reset_vf - Reset a particular VF 1272 bool ice_reset_vf(struct ice_vf *vf, bool is_vflr) in ice_reset_vf() function 1739 /* GLGEN_VFLRSTAT bit will be cleared in ice_reset_vf */ in ice_process_vflr_event() 1741 ice_reset_vf(vf, true); in ice_process_vflr_event() 1754 ice_reset_vf(vf, false); in ice_vc_reset_vf() 2025 ice_reset_vf(vf, false); in ice_vc_reset_vf_msg()
|
H A D | ice_main.c | 1608 ice_reset_vf(&pf->vf[i], false); in ice_handle_mdd_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.h | 138 /* Flags for controlling behavior of ice_reset_vf */ 227 int ice_reset_vf(struct ice_vf *vf, u32 flags); 286 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf() function
|
H A D | ice_sriov.c | 1022 /* GLGEN_VFLRSTAT bit will be cleared in ice_reset_vf */ in ice_process_vflr_event() 1023 ice_reset_vf(vf, ICE_VF_RESET_VFLR | ICE_VF_RESET_LOCK); in ice_process_vflr_event() 1107 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY | ICE_VF_RESET_LOCK); in ice_vf_lan_overflow_event() 1272 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY); in ice_set_vf_mac() 1316 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY); in ice_set_vf_trust() 1639 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY); in ice_set_vf_port_vlan()
|
H A D | ice_vf_lib.c | 814 * ice_reset_vf - Reset a particular VF 827 int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf() function
|
H A D | ice_virtchnl.c | 533 ice_reset_vf(vf, 0); in ice_vc_reset_vf_msg() 2124 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY); in ice_vc_request_qs_msg()
|
H A D | ice_main.c | 1871 ice_reset_vf(vf, ICE_VF_RESET_LOCK); in ice_handle_mdd_event()
|
Completed in 31 milliseconds