Searched refs:ice_put_vf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c32 * reference. Once all references to the VF are dropped, ice_put_vf()
39 ice_put_vf(vf);
635 * Called by ice_put_vf through ice_release_vf once the last reference to a VF
1039 ice_put_vf(tmp_vf);
1106 ice_put_vf(vf);
1133 ice_put_vf(vf);
1154 ice_put_vf(vf);
1237 * structure. The caller is responsible for calling ice_put_vf() to drop this
1307 ice_put_vf(vf);
1366 ice_put_vf(v
[all...]
H A Dice_vf_lib.h173 * ice_put_vf().
211 void ice_put_vf(struct ice_vf *vf);
235 static inline void ice_put_vf(struct ice_vf *vf) function
H A Dice_vf_lib.c22 * calling ice_put_vf() once the caller is finished accessing the VF structure
65 * ice_put_vf - Release a reference to a VF
75 void ice_put_vf(struct ice_vf *vf) function
H A Dice_virtchnl.c4195 ice_put_vf(vf);

Completed in 99 milliseconds