Lines Matching defs:vf
145 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id()
150 static inline u8 ice_vf_get_port_vlan_prio(struct ice_vf *vf) in ice_vf_get_port_vlan_prio()
155 static inline bool ice_vf_is_port_vlan_ena(struct ice_vf *vf) in ice_vf_is_port_vlan_ena()
160 static inline u16 ice_vf_get_port_vlan_tpid(struct ice_vf *vf) in ice_vf_get_port_vlan_tpid()
190 #define ice_for_each_vf(pf, bkt, vf) \ argument
207 #define ice_for_each_vf_rcu(pf, bkt, vf) \ argument
235 static inline void ice_put_vf(struct ice_vf *vf) in ice_put_vf()
249 static inline struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf) in ice_get_vf_vsi()
254 static inline bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled()
259 static inline int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg()
264 static inline void ice_set_vf_state_dis(struct ice_vf *vf) in ice_set_vf_state_dis()
274 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_set_vsi_promisc()
280 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_clear_vsi_promisc()
285 static inline int ice_reset_vf(struct ice_vf *vf, u32 flags) in ice_reset_vf()