Home
last modified time | relevance | path

Searched refs:num_tc (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c133 if (tc >= hw->dcb_info.num_tc) in hns3_fill_pri_array()
623 nb_rx_q, hw->num_tc); in hns3_set_rss_size()
658 nb_tx_q, hw->num_tc); in hns3_tc_queue_mapping_cfg()
703 hw->num_tc = hw->dcb_info.num_tc; in hns3_dcb_update_tc_queue_mapping()
1457 if (nb_rx_q < num_tc) { in hns3_dcb_info_update()
1459 nb_rx_q, num_tc); in hns3_dcb_info_update()
1463 if (nb_tx_q < num_tc) { in hns3_dcb_info_update()
1465 nb_tx_q, num_tc); in hns3_dcb_info_update()
1470 hw->dcb_info.num_tc = num_tc; in hns3_dcb_info_update()
1476 hw->dcb_info.num_tc = 1; in hns3_dcb_info_update()
[all …]
H A Dhns3_ethdev.h123 uint8_t num_tc; member
455 uint8_t num_tc; /* Total number of enabled TCs */ member
H A Dhns3_ethdev_vf.c1352 hw->num_tc++; in hns3vf_get_tc_info()
1420 if (nb_rx_q < hw->num_tc) { in hns3vf_set_tc_queue_mapping()
1422 nb_rx_q, hw->num_tc); in hns3vf_set_tc_queue_mapping()
1426 if (nb_tx_q < hw->num_tc) { in hns3vf_set_tc_queue_mapping()
1428 nb_tx_q, hw->num_tc); in hns3vf_set_tc_queue_mapping()
H A Dhns3_ethdev.c2122 uint8_t num_tc; in hns3_check_mq_mode() local
2175 num_tc = max_tc + 1; in hns3_check_mq_mode()
2176 if (num_tc > dcb_rx_conf->nb_tcs) { in hns3_check_mq_mode()
2178 num_tc, dcb_rx_conf->nb_tcs); in hns3_check_mq_mode()
3105 hw->dcb_info.num_tc = 1; in hns3_get_board_configuration()
3107 hw->tqps_num / hw->dcb_info.num_tc); in hns3_get_board_configuration()
5231 for (i = 0; i < hw->num_tc; i++) { in hns3_get_dcb_info()
/f-stack/dpdk/drivers/common/iavf/
H A Dvirtchnl.h647 u32 num_tc; member
1447 if (vti->num_tc == 0 || vti->num_tc > in virtchnl_vc_validate_vf_msg()
1453 valid_len += (vti->num_tc - 1) * in virtchnl_vc_validate_vf_msg()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_if.h69 uint8_t num_tc; member
H A Dqede_ethdev.h74 (edev)->dev_info.num_tc)
H A Dqede_main.c436 info->num_tc = 1 /* @@@TBD aelior MULTI_COS */; in qed_fill_eth_dev_info()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c1043 u8 tc, num_tc, tc_client_offset; in ecore_init_nig_ets() local
1045 num_tc = is_lb ? NUM_OF_TCS : NUM_OF_PHYS_TCS; in ecore_init_nig_ets()
1062 for (tc = 0; tc < num_tc; tc++) { in ecore_init_nig_ets()
1092 for (tc = 0; tc < num_tc; tc++, tc_client_offset++) { in ecore_init_nig_ets()
H A Decore_int.c1618 u8 num_tc = p_hwfn->hw_info.num_hw_tc; in ecore_int_cau_conf_sb() local
1642 for (i = 0; i < num_tc; i++) { in ecore_int_cau_conf_sb()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c541 u8 tmpl_idx = 0xFF, num_tc = 0; in hinic_rss_init() local
568 return hinic_rss_cfg(nic_dev->hwdev, 1, tmpl_idx, num_tc, prio_tc); in hinic_rss_init()