Home
last modified time | relevance | path

Searched refs:qsid (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c1376 static void hclge_dbg_dump_qs_shaper_single(struct hclge_dev *hdev, u16 qsid) in hclge_dbg_dump_qs_shaper_single() argument
1387 shap_cfg_cmd->qs_id = cpu_to_le16(qsid); in hclge_dbg_dump_qs_shaper_single()
1393 qsid, ret); in hclge_dbg_dump_qs_shaper_single()
1406 qsid, ir_b, ir_u, ir_s, bs_b, bs_s); in hclge_dbg_dump_qs_shaper_single()
1422 u16 qsid = vport->qs_offset + i; in hclge_dbg_dump_qs_shaper_all() local
1424 hclge_dbg_dump_qs_shaper_single(hdev, qsid); in hclge_dbg_dump_qs_shaper_all()
1434 u16 qsid; in hclge_dbg_dump_qs_shaper() local
1437 ret = kstrtou16(cmd_buf, 0, &qsid); in hclge_dbg_dump_qs_shaper()
1443 if (qsid >= HCLGE_MAX_QSET_NUM) { in hclge_dbg_dump_qs_shaper()
1445 qsid); in hclge_dbg_dump_qs_shaper()
[all …]