Searched refs:p_map (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | dcbnl.h | 37 struct dcb_rewr_prio_pcp_map *p_map); 43 struct dcb_ieee_app_prio_map *p_map); 46 struct dcb_ieee_app_prio_map *p_map); 52 struct dcb_ieee_app_dscp_map *p_map);
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 1056 u32 cid_count, struct qed_cid_acquired_map *p_map) in qed_cid_map_alloc_single() argument 1061 p_map->cid_map = bitmap_zalloc(cid_count, GFP_KERNEL); in qed_cid_map_alloc_single() 1062 if (!p_map->cid_map) in qed_cid_map_alloc_single() 1065 p_map->max_count = cid_count; in qed_cid_map_alloc_single() 1066 p_map->start_cid = cid_start; in qed_cid_map_alloc_single() 1070 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single() 1083 struct qed_cid_acquired_map *p_map; in qed_cid_map_alloc() local 1086 p_map = &p_mngr->acquired[type]; in qed_cid_map_alloc() 1088 p_cfg->cid_count, p_map)) in qed_cid_map_alloc() 1093 p_map = &p_mngr->acquired_vf[type][vf]; in qed_cid_map_alloc() [all …]
|
/linux/drivers/hwmon/ |
H A D | mr75203.c | 171 struct regmap *p_map; member 394 struct regmap *p_map = pvt->p_map; in pvt_init() local 488 ret = regmap_write(p_map, SDIF_HALT, 0x0); in pvt_init() 492 ret = regmap_write(p_map, SDIF_DISABLE, BIT(p_num) - 1); in pvt_init() 496 ret = regmap_write(p_map, CLK_SYNTH, clk_synth); in pvt_init() 594 reg_map = &pvt->p_map; in pvt_get_regmap()
|