Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c1369 struct i40e_veb *veb; in rte_pmd_i40e_set_tc_strict_prio() local
1390 veb = vsi->veb; in rte_pmd_i40e_set_tc_strict_prio()
1391 if (!veb) { in rte_pmd_i40e_set_tc_strict_prio()
1399 veb->enabled_tc); in rte_pmd_i40e_set_tc_strict_prio()
1403 if (tc_map == veb->strict_prio_tc) { in rte_pmd_i40e_set_tc_strict_prio()
1411 if (!veb->strict_prio_tc) { in rte_pmd_i40e_set_tc_strict_prio()
1440 if (!veb->strict_prio_tc) in rte_pmd_i40e_set_tc_strict_prio()
1442 hw, veb->uplink_seid, in rte_pmd_i40e_set_tc_strict_prio()
1447 hw, veb->uplink_seid, in rte_pmd_i40e_set_tc_strict_prio()
1452 hw, veb->uplink_seid, in rte_pmd_i40e_set_tc_strict_prio()
[all …]
H A Di40e_ethdev.c5333 if (veb == NULL) in i40e_veb_release()
5346 vsi->veb = NULL; in i40e_veb_release()
5353 rte_free(veb); in i40e_veb_release()
5361 struct i40e_veb *veb; in i40e_veb_setup() local
5373 if (!veb) { in i40e_veb_setup()
5379 veb->associate_pf = pf; in i40e_veb_setup()
5413 return veb; in i40e_veb_setup()
5415 rte_free(veb); in i40e_veb_setup()
5442 if (vsi->veb) { in i40e_vsi_release()
11147 if (main_vsi->veb) { in i40e_dcb_hw_configure()
[all …]
H A Di40e_ethdev.h389 struct i40e_veb *veb; /* Associated veb, could be null */ member