Home
last modified time | relevance | path

Searched refs:hclge_tqp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h312 struct hclge_tqp { struct
894 struct hclge_tqp *htqp;
1083 struct hclge_tqp *tqp = container_of(queue, struct hclge_tqp, q); in hclge_get_queue_id()
Dhclge_main.c575 struct hclge_tqp *tqp; in hclge_tqps_update_stats()
580 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats()
599 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats()
623 struct hclge_tqp *tqp; in hclge_tqps_get_stats()
628 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats()
633 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats()
655 struct hclge_tqp *tqp = container_of(handle->kinfo.tqp[i], in hclge_tqps_get_strings()
656 struct hclge_tqp, q); in hclge_tqps_get_strings()
663 struct hclge_tqp *tqp = container_of(kinfo->tqp[i], in hclge_tqps_get_strings()
664 struct hclge_tqp, q); in hclge_tqps_get_strings()
[all …]