Searched refs:nq_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 39 __le16 nq_id; member
|
H A D | hclge_debugfs.c | 290 int port_id, nq_id, pg_id; in hclge_dbg_dump_dcb() local 296 &port_id, &pri_id, &pg_id, &rq_id, &nq_id, &qset_id); in hclge_dbg_dump_dcb() 344 ret = hclge_dbg_cmd_send(hdev, desc, nq_id, 1, cmd); in hclge_dbg_dump_dcb() 351 ret = hclge_dbg_cmd_send(hdev, desc, nq_id, 1, cmd); in hclge_dbg_dump_dcb() 612 dev_info(&hdev->pdev->dev, "NQ_TO_QS nq_id: %u\n", in hclge_dbg_dump_tm() 613 le16_to_cpu(nq_to_qs_map->nq_id)); in hclge_dbg_dump_tm() 700 nq_to_qs_map->nq_id = cpu_to_le16(queue_id); in hclge_dbg_dump_tm_map()
|
H A D | hclge_tm.c | 310 map->nq_id = cpu_to_le16(q_id); in hclge_tm_q_to_qs_map_cfg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 499 u16 nq_id; in hclge_dbg_dump_dcb_queue() local 503 "nq_id sch_nic_queue_cnt sch_roce_queue_cnt\n"); in hclge_dbg_dump_dcb_queue() 504 for (nq_id = 0; nq_id < hdev->num_tqps; nq_id++) { in hclge_dbg_dump_dcb_queue() 505 ret = hclge_dbg_cmd_send(hdev, &desc, nq_id, 1, in hclge_dbg_dump_dcb_queue() 511 nq_id, le32_to_cpu(desc.data[1])); in hclge_dbg_dump_dcb_queue() 513 ret = hclge_dbg_cmd_send(hdev, &desc, nq_id, 1, in hclge_dbg_dump_dcb_queue()
|
H A D | hclge_tm.h | 54 __le16 nq_id; member
|
H A D | hclge_tm.c | 355 map->nq_id = cpu_to_le16(q_id); in hclge_tm_q_to_qs_map_cfg() 1949 map->nq_id = cpu_to_le16(q_id); in hclge_tm_get_q_to_qs_map()
|
Completed in 12 milliseconds