Searched refs:hclge_tqp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 289 struct hclge_tqp { struct 786 struct hclge_tqp *htqp; 945 struct hclge_tqp *tqp = container_of(queue, struct hclge_tqp, q); in hclge_get_queue_id()
|
D | hclge_main.c | 543 struct hclge_tqp *tqp; in hclge_tqps_update_stats() 548 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 567 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 591 struct hclge_tqp *tqp; in hclge_tqps_get_stats() 596 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 601 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 623 struct hclge_tqp *tqp = container_of(handle->kinfo.tqp[i], in hclge_tqps_get_strings() 624 struct hclge_tqp, q); in hclge_tqps_get_strings() 631 struct hclge_tqp *tqp = container_of(kinfo->tqp[i], in hclge_tqps_get_strings() 632 struct hclge_tqp, q); in hclge_tqps_get_strings() [all …]
|