Lines Matching defs:i40e_veb
414 struct i40e_veb { struct
415 struct i40e_pf *pf;
416 u16 idx;
417 u16 veb_idx; /* index of VEB parent */
418 u16 seid;
419 u16 uplink_seid;
420 u16 stats_idx; /* index of VEB parent */
421 u8 enabled_tc;
422 u16 bridge_mode; /* Bridge Mode (VEB/VEPA) */
423 u16 flags;
424 u16 bw_limit;
425 u8 bw_max_quanta;
426 bool is_abs_credits;
427 u8 bw_tc_share_credits[I40E_MAX_TRAFFIC_CLASS];
428 u16 bw_tc_limit_credits[I40E_MAX_TRAFFIC_CLASS];
429 u8 bw_tc_max_quanta[I40E_MAX_TRAFFIC_CLASS];
430 struct kobject *kobj;
431 bool stat_offsets_loaded;
432 struct i40e_eth_stats stats;
433 struct i40e_eth_stats stats_offsets;