Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_dcb.c464 memcpy(tc_info->tqp_count, mqprio_qopt->qopt.count, in hclge_sync_mqprio_qopt()
465 sizeof_field(struct hnae3_tc_info, tqp_count)); in hclge_sync_mqprio_qopt()
Dhclge_tm.c608 if (max_rss_size < tc_info->tqp_count[i]) in hclge_vport_get_max_rss_size()
609 max_rss_size = tc_info->tqp_count[i]; in hclge_vport_get_max_rss_size()
628 sum += tc_info->tqp_count[i]; in hclge_vport_get_tqp_num()
691 kinfo->tc_info.tqp_count[i] = kinfo->rss_size; in hclge_tm_vport_tc_info_update()
695 kinfo->tc_info.tqp_count[i] = 1; in hclge_tm_vport_tc_info_update()
906 for (j = 0; j < tc_info->tqp_count[i]; j++) { in hclge_vport_q_to_qs_map()
Dhclge_main.c5007 rss_size = tc_info->tqp_count[i]; in hclge_init_rss_tc_mode()
6019 ilog2(kinfo->tc_info.tqp_count[rule->cls_flower.tc]); in hclge_config_action()
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h756 u16 tqp_count[HNAE3_MAX_TC]; member
Dhns3_enet.c627 netdev_set_tc_queue(netdev, i, tc_info->tqp_count[i], in hns3_nic_set_real_num_queue()
4865 for (j = 0; j < tc_info->tqp_count[i]; j++) { in hns3_init_tx_ring_tc()