Lines Matching defs:ice_vf
86 struct ice_vf { struct
100 struct ice_vf_fdir fdir; argument
101 struct ice_fdir_prof_info fdir_prof_info[ICE_MAX_PTGS];
103 int first_vector_idx;
104 struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */
105 struct virtchnl_version_info vf_ver;
106 u32 driver_caps; /* reported by VF driver */
107 u8 dev_lan_addr[ETH_ALEN];
108 u8 hw_lan_addr[ETH_ALEN];
109 struct ice_time_mac legacy_last_added_umac;
112 struct ice_vlan port_vlan_info; /* Port VLAN ID, QoS, and TPID */
113 struct virtchnl_vlan_caps vlan_v2_caps;
137 const struct ice_vf_ops *vf_ops; argument
152 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id() argument