Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h62 __le16 tqp_num; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h174 __le16 tqp_num; member
H A Dhclge_main.c798 hdev->num_tqps = le16_to_cpu(req->tqp_num) + in hclge_query_pf_resource()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4693 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_init_vector_data() local
4701 &priv->ring[i + tqp_num]); in hns3_nic_init_vector_data()
4704 priv->ring[i + tqp_num].tqp_vector = tqp_vector; in hns3_nic_init_vector_data()
4780 u16 tqp_num = h->kinfo.num_tqps; in hns3_nic_alloc_vector_data() local
4787 vector_num = min_t(u16, num_online_cpus(), tqp_num); in hns3_nic_alloc_vector_data()