Searched defs:i40e_veb (Results 1 – 1 of 1) sorted by relevance
345 struct i40e_veb { struct346 struct i40e_vsi_list_head head;347 struct i40e_vsi *associate_vsi; /* Associate VSI who owns the VEB */348 struct i40e_pf *associate_pf; /* Associate PF who owns the VEB */349 uint16_t seid; /* The seid of VEB itself */350 uint16_t uplink_seid; /* The uplink seid of this VEB */351 uint16_t stats_idx;352 struct i40e_eth_stats stats;353 uint8_t enabled_tc; /* The traffic class enabled */354 uint8_t strict_prio_tc; /* bit map of TCs set to strict priority mode */[all …]