Searched refs:pri_num (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h212 u8 pri_num; member in struct:hclge_tm_nodes_cmd
254 int hclge_tm_get_pri_num(struct hclge_dev *hdev, u8 *pri_num);
H A Dhclge_debugfs.c444 u8 pri_id, pri_num; local
447 ret = hclge_tm_get_pri_num(hdev, &pri_num);
453 for (pri_id = 0; pri_id < pri_num; pri_id++) {
951 nodes->pri_base_id, nodes->pri_num);
987 u8 pri_num, sch_mode, weight, i, j; local
991 ret = hclge_tm_get_pri_num(hdev, &pri_num);
1007 for (i = 0; i < pri_num; i++) {
H A Dhclge_tm.c1748 int hclge_tm_get_pri_num(struct hclge_dev *hdev, u8 *pri_num) argument
1755 *pri_num = HCLGE_TM_PF_MAX_PRI_NUM;
1768 *pri_num = nodes->pri_num;

Completed in 140 milliseconds