Home
last modified time | relevance | path

Searched refs:hclge_comm_tqp (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3_common/
A Dhclge_comm_tqp_stats.c13 struct hclge_comm_tqp *tqp; in hclge_comm_tqps_get_stats()
18 tqp = container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_comm_tqps_get_stats()
23 tqp = container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_comm_tqps_get_stats()
44 struct hclge_comm_tqp *tqp = in hclge_comm_tqps_get_strings()
45 container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_comm_tqps_get_strings()
51 struct hclge_comm_tqp *tqp = in hclge_comm_tqps_get_strings()
52 container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_comm_tqps_get_strings()
64 struct hclge_comm_tqp *tqp; in hclge_comm_tqps_update_stats()
70 tqp = container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_comm_tqps_update_stats()
106 struct hclge_comm_tqp *tqp; in hclge_comm_reset_tqp_stats()
[all …]
A Dhclge_comm_tqp_stats.h21 struct hclge_comm_tqp { struct
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h909 struct hclge_comm_tqp *htqp;
1096 struct hclge_comm_tqp *tqp = in hclge_get_queue_id()
1097 container_of(queue, struct hclge_comm_tqp, q); in hclge_get_queue_id()
A Dhclge_main.c1675 struct hclge_comm_tqp *tqp; in hclge_alloc_tqps()
1679 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclge_alloc_tqps()
1811 struct hclge_comm_tqp *q = in hclge_map_tqp_to_vport()
1812 container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_map_tqp_to_vport()
10760 struct hclge_comm_tqp *tqp; in hclge_covert_handle_qid_global()
10764 tqp = container_of(queue, struct hclge_comm_tqp, q); in hclge_covert_handle_qid_global()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h265 struct hclge_comm_tqp *htqp;
A Dhclgevf_main.c319 struct hclge_comm_tqp *tqp; in hclgevf_alloc_tqps()
323 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclgevf_alloc_tqps()

Completed in 40 milliseconds