Home
last modified time | relevance | path

Searched refs:alloc_tqps (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_dcb.c101 if (num_tc > hdev->vport[0].alloc_tqps) { in hclge_dcb_common_validate()
104 num_tc, hdev->vport[0].alloc_tqps); in hclge_dcb_common_validate()
Dhclge_tm.c570 min_t(u16, vport->alloc_tqps, hdev->tm_info.num_tc); in hclge_tm_vport_tc_info_update()
575 vport->alloc_tqps / kinfo->num_tc); in hclge_tm_vport_tc_info_update()
Dhclge_main.h902 u16 alloc_tqps; /* Allocated Tx/Rx queues */ member
Dhclge_mbx.c444 &vport->alloc_tqps, sizeof(u16)); in hclge_get_vf_queue_info()
Dhclge_main.c1650 vport->alloc_tqps = alloced; in hclge_assign_tqp()
1652 vport->alloc_tqps / hdev->tm_info.num_tc); in hclge_assign_tqp()
1695 for (i = 0; i < vport->alloc_tqps; i++) { in hclge_map_tqp_to_vport()
5912 tqps = vf ? hdev->vport[vf].alloc_tqps : vport->alloc_tqps; in hclge_add_fd_entry()
10683 vport->alloc_tqps / kinfo->num_tc); in hclge_get_max_channels()
10696 u16 *alloc_tqps, u16 *max_rss_size) in hclge_get_tqps_and_rss_info() argument
10701 *alloc_tqps = vport->alloc_tqps; in hclge_get_tqps_and_rss_info()
/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c319 u16 alloc_tqps, max_rss_size, rss_size; in hns3_get_max_available_channels() local
321 h->ae_algo->ops->get_tqps_and_rss_info(h, &alloc_tqps, &max_rss_size); in hns3_get_max_available_channels()
322 rss_size = alloc_tqps / h->kinfo.num_tc; in hns3_get_max_available_channels()
4063 u16 alloc_tqps, max_rss_size; in hns3_client_init() local
4068 handle->ae_algo->ops->get_tqps_and_rss_info(handle, &alloc_tqps, in hns3_client_init()
4070 netdev = alloc_etherdev_mq(sizeof(struct hns3_nic_priv), alloc_tqps); in hns3_client_init()
Dhnae3.h586 u16 *alloc_tqps, u16 *max_rss_size);
/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c3378 u16 *alloc_tqps, u16 *max_rss_size) in hclgevf_get_tqps_and_rss_info() argument
3382 *alloc_tqps = hdev->num_tqps; in hclgevf_get_tqps_and_rss_info()