Searched refs:hclge_comm_tqp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_tqp_stats.c | 13 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 …]
|
H A D | hclge_comm_tqp_stats.h | 21 struct hclge_comm_tqp { struct
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.h | 266 struct hclge_comm_tqp *htqp;
|
H A D | hclgevf_main.c | 267 struct hclge_comm_tqp *tqp; in hclgevf_alloc_tqps() 271 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclgevf_alloc_tqps()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 915 struct hclge_comm_tqp *htqp; 1100 struct hclge_comm_tqp *tqp = in hclge_get_queue_id() 1101 container_of(queue, struct hclge_comm_tqp, q); in hclge_get_queue_id()
|
H A D | hclge_main.c | 1583 struct hclge_comm_tqp *tqp; in hclge_alloc_tqps() 1587 sizeof(struct hclge_comm_tqp), GFP_KERNEL); in hclge_alloc_tqps() 1719 struct hclge_comm_tqp *q = in hclge_map_tqp_to_vport() 1720 container_of(kinfo->tqp[i], struct hclge_comm_tqp, q); in hclge_map_tqp_to_vport() 10725 struct hclge_comm_tqp *tqp; in hclge_covert_handle_qid_global() 10729 tqp = container_of(queue, struct hclge_comm_tqp, q); in hclge_covert_handle_qid_global()
|