Lines Matching defs:i40e_channel
390 struct i40e_channel { struct
391 struct list_head list;
392 bool initialized;
393 u8 type;
394 u16 vsi_number; /* Assigned VSI number from AQ 'Add VSI' response */
395 u16 stat_counter_idx;
396 u16 base_queue;
397 u16 num_queue_pairs; /* Requested by user */
398 u16 seid;
400 u8 enabled_tc;
401 struct i40e_aqc_vsi_properties_data info;
403 u64 max_tx_rate;
406 struct i40e_vsi *parent_vsi;