Home
last modified time | relevance | path

Searched refs:tqp_count (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_dcb.c543 memcpy(tc_info->tqp_count, mqprio_qopt->qopt.count, in hclge_sync_mqprio_qopt()
544 sizeof_field(struct hnae3_tc_info, tqp_count)); in hclge_sync_mqprio_qopt()
Dhclge_tm.c649 if (max_rss_size < tc_info->tqp_count[i]) in hclge_vport_get_max_rss_size()
650 max_rss_size = tc_info->tqp_count[i]; in hclge_vport_get_max_rss_size()
669 sum += tc_info->tqp_count[i]; in hclge_vport_get_tqp_num()
736 kinfo->tc_info.tqp_count[i] = kinfo->rss_size; in hclge_tm_vport_tc_info_update()
740 kinfo->tc_info.tqp_count[i] = 1; in hclge_tm_vport_tc_info_update()
958 for (j = 0; j < tc_info->tqp_count[i]; j++) { in hclge_vport_q_to_qs_map()
Dhclge_main.c4922 rss_size = tc_info->tqp_count[i]; in hclge_init_rss_tc_mode()
5891 ilog2(kinfo->tc_info.tqp_count[rule->cls_flower.tc]); in hclge_config_action()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h794 u16 tqp_count[HNAE3_MAX_TC]; member
Dhns3_enet.c626 netdev_set_tc_queue(netdev, i, tc_info->tqp_count[i], in hns3_nic_set_real_num_queue()
5075 for (j = 0; j < tc_info->tqp_count[i]; j++) { in hns3_init_tx_ring_tc()