Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
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 …]
Dhclge_comm_tqp_stats.h21 struct hclge_comm_tqp { struct
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h912 struct hclge_comm_tqp *htqp;
1097 struct hclge_comm_tqp *tqp = in hclge_get_queue_id()
1098 container_of(queue, struct hclge_comm_tqp, q); in hclge_get_queue_id()
Dhclge_main.c1579 struct hclge_comm_tqp *tqp; in hclge_alloc_tqps()
1583 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclge_alloc_tqps()
1715 struct hclge_comm_tqp *q = in hclge_map_tqp_to_vport()
1716 container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_map_tqp_to_vport()
10680 struct hclge_comm_tqp *tqp; in hclge_covert_handle_qid_global()
10684 tqp = container_of(queue, struct hclge_comm_tqp, q); in hclge_covert_handle_qid_global()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h265 struct hclge_comm_tqp *htqp;
Dhclgevf_main.c267 struct hclge_comm_tqp *tqp; in hclgevf_alloc_tqps()
271 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclgevf_alloc_tqps()