Searched refs:pg_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_tm.h | 23 u8 pg_id; member 44 u8 pg_id; member 81 u8 pg_id; member
|
D | hclge_tm.c | 267 u8 pg_id, u8 pri_bit_map) in hclge_tm_pg_to_pri_map_cfg() argument 276 map->pg_id = pg_id; in hclge_tm_pg_to_pri_map_cfg() 315 static int hclge_tm_pg_weight_cfg(struct hclge_dev *hdev, u8 pg_id, in hclge_tm_pg_weight_cfg() argument 325 weight->pg_id = pg_id; in hclge_tm_pg_weight_cfg() 364 enum hclge_shap_bucket bucket, u8 pg_id, in hclge_tm_pg_shapping_cfg() argument 378 shap_cfg_cmd->pg_id = pg_id; in hclge_tm_pg_shapping_cfg() 449 static int hclge_tm_pg_schd_mode_cfg(struct hclge_dev *hdev, u8 pg_id) in hclge_tm_pg_schd_mode_cfg() argument 455 if (hdev->tm_info.pg_info[pg_id].pg_sch_mode == HCLGE_SCH_MODE_DWRR) in hclge_tm_pg_schd_mode_cfg() 460 desc.data[0] = cpu_to_le32(pg_id); in hclge_tm_pg_schd_mode_cfg() 594 hdev->tm_info.pg_info[i].pg_id = i; in hclge_tm_pg_info_init()
|
D | hclge_main.h | 215 u8 pg_id; member
|
/Linux-v4.19/drivers/target/ |
D | target_core_alua.c | 1329 int pg_id, int state) in core_alua_allocate_lba_map_mem() argument 1335 if (lba_map_mem->lba_map_mem_alua_pg_id == pg_id) { in core_alua_allocate_lba_map_mem() 1336 pr_err("Duplicate pg_id %d in lba_map\n", pg_id); in core_alua_allocate_lba_map_mem() 1347 lba_map_mem->lba_map_mem_alua_pg_id = pg_id; in core_alua_allocate_lba_map_mem()
|
D | target_core_configfs.c | 2132 int ret = 0, num = 0, pg_id, alua_state; in target_dev_lba_map_store() local 2182 while (sscanf(ptr, "%d:%c", &pg_id, &state) == 2) { in target_dev_lba_map_store() 2203 pg_id, alua_state); in target_dev_lba_map_store() 2207 pg_id, state, num); in target_dev_lba_map_store()
|