Lines Matching defs:vf
163 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id()
168 static inline u8 ice_vf_get_port_vlan_prio(struct ice_vf *vf) in ice_vf_get_port_vlan_prio()
173 static inline bool ice_vf_is_port_vlan_ena(struct ice_vf *vf) in ice_vf_is_port_vlan_ena()
178 static inline u16 ice_vf_get_port_vlan_tpid(struct ice_vf *vf) in ice_vf_get_port_vlan_tpid()
208 #define ice_for_each_vf(pf, bkt, vf) \ argument
225 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
254 static inline void ice_put_vf(struct ice_vf *vf) in ice_put_vf()
268 static inline struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf) in ice_get_vf_vsi()
273 static inline bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
278 static inline int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
283 static inline void ice_set_vf_state_dis(struct ice_vf *vf) in ice_set_vf_state_dis()
293 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_set_vsi_promisc()
299 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_clear_vsi_promisc()
304 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf()