Searched refs:tc_no (Results 1 – 4 of 4) sorted by relevance
1247 uint8_t tc_no, uint32_t bw) in rte_pmd_i40e_set_vf_tc_max_bw() argument1291 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()
694 uint8_t tc_no,
12287 uint8_t tc_no; member12332 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()
1485 testpmd> set vf tc tx max-bandwidth (port_id) (vf_id) (tc_no) (max_bandwidth)