Lines Matching defs:ice_vsi
211 struct ice_vsi { struct
232 enum ice_vsi_type type; argument
233 u16 vsi_num; /* HW (absolute) index of this VSI */
234 u16 idx; /* software index in pf->vsi[] */
236 s16 vf_id; /* VF ID for SR-IOV VSIs */
238 u16 ethtype; /* Ethernet protocol for pause frame */
241 u16 rss_table_size; /* HW RSS table size */
242 u16 rss_size; /* Allocated RSS queues */
243 u8 *rss_hkey_user; /* User configured hash keys */
244 u8 *rss_lut_user; /* User configured lookup table entries */
245 u8 rss_lut_type; /* used to configure Get/Set RSS LUT AQ call */
247 u16 max_frame;
248 u16 rx_buf_len;
250 struct ice_aqc_vsi_props info; /* VSI properties */
253 struct rtnl_link_stats64 net_stats;
254 struct ice_eth_stats eth_stats;
255 struct ice_eth_stats eth_stats_prev;
257 struct list_head tmp_sync_list; /* MAC filters to be synced */
281 struct ice_vsi *vsi; argument