Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h202 * track lifetime of accesses from the table. The ice_get_vf_by_id() function
241 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id);
251 return ice_get_vf_by_id(pf, pci_iov_vf_id(vf_dev)); in ice_get_vf_by_dev()
275 static inline struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) in ice_get_vf_by_id() function
H A Dice_vf_lib.c13 * ice_get_vf_by_id - Get pointer to VF by ID
25 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) in ice_get_vf_by_id() function
71 * This must be called after ice_get_vf_by_id() once the reference to the VF
H A Dice_virtchnl.c4425 vf = ice_get_vf_by_id(pf, vf_id); in ice_vc_process_vf_msg()