Searched refs:tc_map (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.c | 1364 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 D | i40e_tm.c | 879 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 D | rte_pmd_i40e.h | 710 int rte_pmd_i40e_set_tc_strict_prio(uint16_t port, uint8_t tc_map);
|
| H A D | i40e_ethdev.c | 10460 uint8_t *tc_map) in i40e_parse_dcb_configure() argument 10497 *tc_map = 1; /* tc0 only */ in i40e_parse_dcb_configure() 10608 if (veb->enabled_tc == tc_map) in i40e_config_switch_comp_tc() 10613 veb_bw.tc_valid_bits = tc_map; in i40e_config_switch_comp_tc() 10616 if (tc_map & BIT_ULL(i)) in i40e_config_switch_comp_tc() 10672 veb->enabled_tc = tc_map; in i40e_config_switch_comp_tc() 10703 if (tc_map & BIT_ULL(i)) in i40e_vsi_config_tc() 10753 vsi->enabled_tc = tc_map; in i40e_vsi_config_tc() 10770 uint8_t tc_map) in i40e_dcb_hw_configure() argument 10843 tc_map); in i40e_dcb_hw_configure() [all …]
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 12740 uint8_t tc_map; member 12794 tc_map, RTE_UINT8); 14436 ret = rte_pmd_i40e_set_tc_strict_prio(res->port_id, res->tc_map); in cmd_strict_link_prio_parsed() 14443 fprintf(stderr, "invalid tc_bitmap 0x%x\n", res->tc_map); in cmd_strict_link_prio_parsed()
|