Lines Matching defs:ice_vsi
329 struct ice_vsi { struct
351 enum ice_vsi_type type; argument
352 u16 vsi_num; /* HW (absolute) index of this VSI */
353 u16 idx; /* software index in pf->vsi[] */
355 struct ice_vf *vf; /* VF associated with this VSI */
380 struct ice_vsi_vlan_info vlan_info; /* vlan config to be restored */ argument
394 struct ice_vsi_vlan_ops inner_vlan_ops; argument
395 struct ice_vsi_vlan_ops outer_vlan_ops; argument
396 u16 num_vlan;
399 u8 tx_mapping_mode; /* ICE_MAP_MODE_[CONTIG|SCATTER] */
400 u8 rx_mapping_mode; /* ICE_MAP_MODE_[CONTIG|SCATTER] */
424 struct ice_vsi *tc_map_vsi[ICE_CHNL_MAX_TC]; argument
425 u16 cnt_q_avail;
426 u16 next_base_q; /* next queue to be used for channel setup */
427 struct list_head ch_list;
428 u16 num_chnl_rxq;
429 u16 num_chnl_txq;
430 u16 ch_rss_size;
431 u16 num_chnl_fltr;
458 struct ice_vsi *vsi; argument