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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h137 /* Flags for controlling behavior of ice_reset_vf */
226 int ice_reset_vf(struct ice_vf *vf, u32 flags);
285 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) function
H A Dice_sriov.c1222 /* GLGEN_VFLRSTAT bit will be cleared in ice_reset_vf */
1223 ice_reset_vf(vf, ICE_VF_RESET_VFLR | ICE_VF_RESET_LOCK);
1306 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY | ICE_VF_RESET_LOCK);
1471 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY);
1515 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY);
1838 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY);
H A Dice_vf_lib.c821 * ice_reset_vf - Reset a particular VF
834 int ice_reset_vf(struct ice_vf *vf, u32 flags) function
H A Dice_virtchnl.c536 ice_reset_vf(vf, 0);
2193 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY);
H A Dice_main.c1782 ice_reset_vf(vf, ICE_VF_RESET_NOTIFY | ICE_VF_RESET_LOCK);

Completed in 146 milliseconds