Home
last modified time | relevance | path

Searched refs:tc_map (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c879 uint8_t tc_map; in i40e_hierarchy_commit() local
932 tc_map = vsi->enabled_tc; in i40e_hierarchy_commit()
941 while (i < I40E_MAX_TRAFFIC_CLASS && !(tc_map & BIT_ULL(i))) in i40e_hierarchy_commit()
948 tc_map &= ~BIT_ULL(i); in i40e_hierarchy_commit()
H A Drte_pmd_i40e.c1364 rte_pmd_i40e_set_tc_strict_prio(uint16_t port, uint8_t tc_map) in rte_pmd_i40e_set_tc_strict_prio() argument
1396 if ((tc_map & veb->enabled_tc) != tc_map) { in rte_pmd_i40e_set_tc_strict_prio()
1403 if (tc_map == veb->strict_prio_tc) { in rte_pmd_i40e_set_tc_strict_prio()
1426 ets_data.tc_strict_priority_flags = tc_map; in rte_pmd_i40e_set_tc_strict_prio()
1445 else if (tc_map) in rte_pmd_i40e_set_tc_strict_prio()
1463 veb->strict_prio_tc = tc_map; in rte_pmd_i40e_set_tc_strict_prio()
1466 if (!tc_map) { in rte_pmd_i40e_set_tc_strict_prio()
2828 uint8_t tc_map, tc_bw, bw_lf, dcb_flag = 0; in i40e_queue_region_dcb_configure() local
2876 tc_map = RTE_LEN2MASK(info->queue_region_number, uint8_t); in i40e_queue_region_dcb_configure()
2880 dcb_cfg->pfc.pfcenable = tc_map; in i40e_queue_region_dcb_configure()
H A Drte_pmd_i40e.h710 int rte_pmd_i40e_set_tc_strict_prio(uint16_t port, uint8_t tc_map);
H A Di40e_ethdev.c10780 uint8_t *tc_map) in i40e_parse_dcb_configure() argument
10817 *tc_map = 1; /* tc0 only */ in i40e_parse_dcb_configure()
10928 if (veb->enabled_tc == tc_map) in i40e_config_switch_comp_tc()
10933 veb_bw.tc_valid_bits = tc_map; in i40e_config_switch_comp_tc()
10936 if (tc_map & BIT_ULL(i)) in i40e_config_switch_comp_tc()
10992 veb->enabled_tc = tc_map; in i40e_config_switch_comp_tc()
11023 if (tc_map & BIT_ULL(i)) in i40e_vsi_config_tc()
11073 vsi->enabled_tc = tc_map; in i40e_vsi_config_tc()
11090 uint8_t tc_map) in i40e_dcb_hw_configure() argument
11163 tc_map); in i40e_dcb_hw_configure()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c12290 uint8_t tc_map; member
12344 tc_map, RTE_UINT8);
13629 ret = rte_pmd_i40e_set_tc_strict_prio(res->port_id, res->tc_map); in cmd_strict_link_prio_parsed()
13636 printf("invalid tc_bitmap 0x%x\n", res->tc_map); in cmd_strict_link_prio_parsed()