Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h183 __le16 tqp_num; member
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h508 __le16 tqp_num; member
Dhclge_main.c916 hdev->num_tqps = le16_to_cpu(req->tqp_num) + in hclge_query_pf_resource()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4481 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_init_vector_data() local
4489 &priv->ring[i + tqp_num]); in hns3_nic_init_vector_data()
4492 priv->ring[i + tqp_num].tqp_vector = tqp_vector; in hns3_nic_init_vector_data()
4567 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_alloc_vector_data() local
4574 vector_num = min_t(u16, num_online_cpus(), tqp_num); in hns3_nic_alloc_vector_data()