Lines Matching defs:vf
160 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id()
165 static inline u8 ice_vf_get_port_vlan_prio(struct ice_vf *vf) in ice_vf_get_port_vlan_prio()
170 static inline bool ice_vf_is_port_vlan_ena(struct ice_vf *vf) in ice_vf_is_port_vlan_ena()
175 static inline u16 ice_vf_get_port_vlan_tpid(struct ice_vf *vf) in ice_vf_get_port_vlan_tpid()
205 #define ice_for_each_vf(pf, bkt, vf) \ argument
222 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
251 static inline void ice_put_vf(struct ice_vf *vf) in ice_put_vf()
265 static inline struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf) in ice_get_vf_vsi()
270 static inline bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
275 static inline int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
280 static inline void ice_set_vf_state_dis(struct ice_vf *vf) in ice_set_vf_state_dis()
290 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_set_vsi_promisc()
296 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_clear_vsi_promisc()
301 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf()