Home
last modified time | relevance | path

Searched refs:priority_weight (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c567 struct hclge_priority_weight_cmd *priority_weight; in hclge_dbg_dump_tm() local
644 priority_weight = (struct hclge_priority_weight_cmd *)desc.data; in hclge_dbg_dump_tm()
645 dev_info(&hdev->pdev->dev, "PRI pri_id: %u\n", priority_weight->pri_id); in hclge_dbg_dump_tm()
646 dev_info(&hdev->pdev->dev, "PRI dwrr: %u\n", priority_weight->dwrr); in hclge_dbg_dump_tm()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c1886 struct hclge_priority_weight_cmd *priority_weight; in hclge_tm_get_pri_weight() local
1891 priority_weight = (struct hclge_priority_weight_cmd *)desc.data; in hclge_tm_get_pri_weight()
1892 priority_weight->pri_id = pri_id; in hclge_tm_get_pri_weight()
1900 *weight = priority_weight->dwrr; in hclge_tm_get_pri_weight()

Completed in 5 milliseconds