Home
last modified time | relevance | path

Searched refs:tc_no (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c1247 uint8_t tc_no, uint32_t bw) in rte_pmd_i40e_set_vf_tc_max_bw() argument
1291 if (tc_no >= I40E_MAX_TRAFFIC_CLASS) { in rte_pmd_i40e_set_vf_tc_max_bw()
1299 if (!(vsi->enabled_tc & BIT_ULL(tc_no))) { in rte_pmd_i40e_set_vf_tc_max_bw()
1301 vf_id, tc_no); in rte_pmd_i40e_set_vf_tc_max_bw()
1306 if (bw == vsi->bw_info.bw_ets_credits[tc_no]) { in rte_pmd_i40e_set_vf_tc_max_bw()
1347 tc_bw.tc_bw_credits[tc_no] = rte_cpu_to_le_16((uint16_t)bw); in rte_pmd_i40e_set_vf_tc_max_bw()
1353 vf_id, tc_no, ret); in rte_pmd_i40e_set_vf_tc_max_bw()
1358 vsi->bw_info.bw_ets_credits[tc_no] = (uint16_t)bw; in rte_pmd_i40e_set_vf_tc_max_bw()
H A Drte_pmd_i40e.h694 uint8_t tc_no,
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c12287 uint8_t tc_no; member
12332 tc_no, RTE_UINT8);
12576 res->tc_no, res->bw); in cmd_vf_tc_max_bw_parsed()
12584 res->vf_id, res->tc_no, res->bw); in cmd_vf_tc_max_bw_parsed()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1485 testpmd> set vf tc tx max-bandwidth (port_id) (vf_id) (tc_no) (max_bandwidth)