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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h171 * track lifetime of accesses from the table. The ice_get_vf_by_id() function
210 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id);
230 static inline struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) function
H A Dice_sriov.c1036 tmp_vf = ice_get_vf_by_id(pf, vf_ids[i]);
1100 vf = ice_get_vf_by_id(pf, id);
1336 vf = ice_get_vf_by_id(pf, vf_id);
1392 vf = ice_get_vf_by_id(pf, vf_id);
1444 vf = ice_get_vf_by_id(pf, vf_id);
1500 vf = ice_get_vf_by_id(pf, vf_id);
1547 vf = ice_get_vf_by_id(pf, vf_id);
1655 vf = ice_get_vf_by_id(pf, vf_id);
1722 vf = ice_get_vf_by_id(pf, vf_id);
1818 vf = ice_get_vf_by_id(p
[all...]
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) function
71 * This must be called after ice_get_vf_by_id() once the reference to the VF
H A Dice_virtchnl.c4025 vf = ice_get_vf_by_id(pf, vf_id);

Completed in 136 milliseconds