Lines Matching refs:ice_pf
24 struct ice_pf;
90 struct ice_pf *pf;
218 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id);
220 bool ice_has_vfs(struct ice_pf *pf);
221 u16 ice_get_num_vfs(struct ice_pf *pf);
226 bool ice_is_any_vf_in_unicast_promisc(struct ice_pf *pf);
235 void ice_reset_all_vfs(struct ice_pf *pf);
236 struct ice_vsi *ice_get_vf_ctrl_vsi(struct ice_pf *pf, struct ice_vsi *vsi);
238 static inline struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) in ice_get_vf_by_id()
247 static inline bool ice_has_vfs(struct ice_pf *pf) in ice_has_vfs()
252 static inline u16 ice_get_num_vfs(struct ice_pf *pf) in ice_get_num_vfs()
276 static inline bool ice_is_any_vf_in_unicast_promisc(struct ice_pf *pf) in ice_is_any_vf_in_unicast_promisc()
298 static inline void ice_reset_all_vfs(struct ice_pf *pf) in ice_reset_all_vfs()
303 ice_get_vf_ctrl_vsi(struct ice_pf *pf, struct ice_vsi *vsi) in ice_get_vf_ctrl_vsi()