Lines Matching defs:ice_vf
93 struct ice_vf { struct
107 struct ice_vf_fdir fdir; argument
108 struct ice_fdir_prof_info fdir_prof_info[ICE_MAX_PTGS];
110 int first_vector_idx;
111 struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */
112 struct virtchnl_version_info vf_ver;
113 u32 driver_caps; /* reported by VF driver */
114 u8 dev_lan_addr[ETH_ALEN];
115 u8 hw_lan_addr[ETH_ALEN];
116 struct ice_time_mac legacy_last_added_umac;
119 struct ice_vlan port_vlan_info; /* Port VLAN ID, QoS, and TPID */
120 struct virtchnl_vlan_caps vlan_v2_caps;
121 struct ice_mbx_vf_info mbx_info;
122 u8 pf_set_mac:1; /* VF MAC address set by VMM admin */
123 u8 trusted:1;
147 const struct ice_vf_ops *vf_ops; argument
153 struct ice_vf_qs_bw qs_bw[ICE_MAX_RSS_QS_PER_VF]; argument
163 static inline u16 ice_vf_get_port_vlan_id(struct ice_vf *vf) in ice_vf_get_port_vlan_id() argument