Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h356 struct i40e_veb { struct
400 struct i40e_veb *veb; /* Associated veb, could be null */
401 struct i40e_veb *floating_veb; /* Associated floating veb */
H A Di40e_ethdev.c324 static int i40e_veb_release(struct i40e_veb *veb);
325 static struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf,
5288 i40e_veb_release(struct i40e_veb *veb) in i40e_veb_release()
5318 static struct i40e_veb *
5321 struct i40e_veb *veb; in i40e_veb_setup()
5332 veb = rte_zmalloc("i40e_veb", sizeof(struct i40e_veb), 0); in i40e_veb_setup()
10597 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()