Searched refs:hclge_tqp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 294 struct hclge_tqp { struct 786 struct hclge_tqp *htqp; 959 struct hclge_tqp *tqp = container_of(queue, struct hclge_tqp, q); in hclge_get_queue_id()
|
D | hclge_main.c | 549 struct hclge_tqp *tqp; in hclge_tqps_update_stats() 554 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 573 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 597 struct hclge_tqp *tqp; in hclge_tqps_get_stats() 602 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 607 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 629 struct hclge_tqp *tqp = container_of(handle->kinfo.tqp[i], in hclge_tqps_get_strings() 630 struct hclge_tqp, q); in hclge_tqps_get_strings() 637 struct hclge_tqp *tqp = container_of(kinfo->tqp[i], in hclge_tqps_get_strings() 638 struct hclge_tqp, q); in hclge_tqps_get_strings() [all …]
|