Searched refs:hclge_tqp (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 190 struct hclge_tqp { struct 533 struct hclge_tqp *htqp; 645 struct hclge_tqp *tqp = container_of(queue, struct hclge_tqp, q); in hclge_get_queue_id()
|
D | hclge_main.c | 544 struct hclge_tqp *tqp; in hclge_tqps_update_stats() 549 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 569 tqp = container_of(queue, struct hclge_tqp, q); in hclge_tqps_update_stats() 593 struct hclge_tqp *tqp; in hclge_tqps_get_stats() 598 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 603 tqp = container_of(kinfo->tqp[i], struct hclge_tqp, q); in hclge_tqps_get_stats() 624 struct hclge_tqp *tqp = container_of(handle->kinfo.tqp[i], in hclge_tqps_get_strings() 625 struct hclge_tqp, q); in hclge_tqps_get_strings() 632 struct hclge_tqp *tqp = container_of(kinfo->tqp[i], in hclge_tqps_get_strings() 633 struct hclge_tqp, q); in hclge_tqps_get_strings() [all …]
|