Home
last modified time | relevance | path

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

/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.c5293 if (veb == NULL) in i40e_veb_release()
5306 vsi->veb = NULL; in i40e_veb_release()
5313 rte_free(veb); in i40e_veb_release()
5321 struct i40e_veb *veb; in i40e_veb_setup() local
5333 if (!veb) { in i40e_veb_setup()
5339 veb->associate_pf = pf; in i40e_veb_setup()
5373 return veb; in i40e_veb_setup()
5375 rte_free(veb); in i40e_veb_setup()
5402 if (vsi->veb) { in i40e_vsi_release()
10827 if (main_vsi->veb) { in i40e_dcb_hw_configure()
[all …]
H A Di40e_ethdev.h400 struct i40e_veb *veb; /* Associated veb, could be null */ member