Lines Matching defs:vf
152 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id()
157 static inline u8 ice_vf_get_port_vlan_prio(struct ice_vf *vf) in ice_vf_get_port_vlan_prio()
162 static inline bool ice_vf_is_port_vlan_ena(struct ice_vf *vf) in ice_vf_is_port_vlan_ena()
167 static inline u16 ice_vf_get_port_vlan_tpid(struct ice_vf *vf) in ice_vf_get_port_vlan_tpid()
197 #define ice_for_each_vf(pf, bkt, vf) \ argument
214 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
243 static inline void ice_put_vf(struct ice_vf *vf) in ice_put_vf()
257 static inline struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf) in ice_get_vf_vsi()
262 static inline bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
267 static inline int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
272 static inline void ice_set_vf_state_dis(struct ice_vf *vf) in ice_set_vf_state_dis()
282 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_set_vsi_promisc()
288 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_clear_vsi_promisc()
293 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf()