Home
last modified time | relevance | path

Searched refs:i40e_veb (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h345 struct i40e_veb { struct
389 struct i40e_veb *veb; /* Associated veb, could be null */
390 struct i40e_veb *floating_veb; /* Associated floating veb */
H A Di40e_ethdev.c304 static int i40e_veb_release(struct i40e_veb *veb);
305 static struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf,
5328 i40e_veb_release(struct i40e_veb *veb) in i40e_veb_release()
5358 static struct i40e_veb *
5361 struct i40e_veb *veb; in i40e_veb_setup()
5372 veb = rte_zmalloc("i40e_veb", sizeof(struct i40e_veb), 0); in i40e_veb_setup()
10917 i40e_config_switch_comp_tc(struct i40e_veb *veb, uint8_t tc_map) in i40e_config_switch_comp_tc()
H A Drte_pmd_i40e.c1369 struct i40e_veb *veb; in rte_pmd_i40e_set_tc_strict_prio()