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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h79 u8 pri_id; member in struct:hclge_priority_weight_cmd
84 u8 pri_id; member in struct:hclge_pri_sch_mode_cfg_cmd
126 u8 pri_id; member in struct:hclge_pri_shapping_cmd
261 int hclge_tm_get_pri_sch_mode(struct hclge_dev *hdev, u8 pri_id, u8 *mode);
262 int hclge_tm_get_pri_weight(struct hclge_dev *hdev, u8 pri_id, u8 *weight);
263 int hclge_tm_get_pri_shaper(struct hclge_dev *hdev, u8 pri_id,
H A Dhclge_tm.c228 static int hclge_fill_pri_array(struct hclge_dev *hdev, u8 *pri, u8 pri_id) argument
232 tc = hdev->tm_info.prio_tc[pri_id];
246 pri[pri_id >> 1] |= tc << ((pri_id & 1) * 4);
255 u8 pri_id; local
260 for (pri_id = 0; pri_id < HNAE3_MAX_USER_PRIO; pri_id++) {
261 ret = hclge_fill_pri_array(hdev, pri, pri_id);
284 u8 pri_id, tc_i local
393 hclge_tm_pri_weight_cfg(struct hclge_dev *hdev, u8 pri_id, u8 dwrr) argument
495 hclge_tm_pri_shapping_cfg(struct hclge_dev *hdev, enum hclge_shap_bucket bucket, u8 pri_id, u32 shapping_para, u32 rate) argument
537 hclge_tm_pri_schd_mode_cfg(struct hclge_dev *hdev, u8 pri_id) argument
1377 hclge_tm_schd_mode_tc_base_cfg(struct hclge_dev *hdev, u8 pri_id) argument
1864 hclge_tm_get_pri_sch_mode(struct hclge_dev *hdev, u8 pri_id, u8 *mode) argument
1884 hclge_tm_get_pri_weight(struct hclge_dev *hdev, u8 pri_id, u8 *weight) argument
1904 hclge_tm_get_pri_shaper(struct hclge_dev *hdev, u8 pri_id, enum hclge_opcode_type cmd, struct hclge_tm_shaper_para *para) argument
[all...]
H A Dhclge_debugfs.c444 u8 pri_id, pri_num; local
452 "pri_id pri_mask pri_cshaping_pass pri_pshaping_pass\n");
453 for (pri_id = 0; pri_id < pri_num; pri_id++) {
454 ret = hclge_dbg_cmd_send(hdev, &desc, pri_id, 1,
463 pri_id, req.bit0, req.bit1, req.bit2);
891 u8 pri_id; local
900 ret = hclge_tm_get_qset_map_pri(hdev, qset_id, &pri_id,
913 queue_id, qset_id, pri_id, tc_i
[all...]

Completed in 224 milliseconds