Searched refs:ice_get_vf_by_id (Results 1 – 3 of 3) sorted by relevance
202 * track lifetime of accesses from the table. The ice_get_vf_by_id() function241 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
13 * ice_get_vf_by_id - Get pointer to VF by ID25 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
4425 vf = ice_get_vf_by_id(pf, vf_id); in ice_vc_process_vf_msg()