Home
last modified time | relevance | path

Searched refs:tqp_num (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h62 __le16 tqp_num; member
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h174 __le16 tqp_num; member
Dhclge_main.c847 hdev->num_tqps = le16_to_cpu(req->tqp_num) + in hclge_query_pf_resource()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4689 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_init_vector_data() local
4697 &priv->ring[i + tqp_num]); in hns3_nic_init_vector_data()
4700 priv->ring[i + tqp_num].tqp_vector = tqp_vector; in hns3_nic_init_vector_data()
4776 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_alloc_vector_data() local
4783 vector_num = min_t(u16, num_online_cpus(), tqp_num); in hns3_nic_alloc_vector_data()