Searched refs:num_tc (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.c | 133 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 D | hns3_ethdev.h | 123 uint8_t num_tc; member 455 uint8_t num_tc; /* Total number of enabled TCs */ member
|
| H A D | hns3_ethdev_vf.c | 1352 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 D | hns3_ethdev.c | 2122 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 D | virtchnl.h | 647 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 D | qede_if.h | 69 uint8_t num_tc; member
|
| H A D | qede_ethdev.h | 74 (edev)->dev_info.num_tc)
|
| H A D | qede_main.c | 436 info->num_tc = 1 /* @@@TBD aelior MULTI_COS */; in qed_fill_eth_dev_info()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_fw_funcs.c | 1043 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 D | ecore_int.c | 1618 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 D | hinic_pmd_rx.c | 541 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()
|