Home
last modified time | relevance | path

Searched refs:p_map (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c1146 u32 cid_count, struct qed_cid_acquired_map *p_map) in qed_cid_map_alloc_single() argument
1156 p_map->cid_map = kzalloc(size, GFP_KERNEL); in qed_cid_map_alloc_single()
1157 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1160 p_map->max_count = cid_count; in qed_cid_map_alloc_single()
1161 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1165 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1178 struct qed_cid_acquired_map *p_map; in qed_cid_map_alloc() local
1181 p_map = &p_mngr->acquired[type]; in qed_cid_map_alloc()
1183 p_cfg->cid_count, p_map)) in qed_cid_map_alloc()
1188 p_map = &p_mngr->acquired_vf[type][vf]; in qed_cid_map_alloc()
[all …]
/Linux-v4.19/include/net/
Ddcbnl.h41 struct dcb_ieee_app_prio_map *p_map);
47 struct dcb_ieee_app_dscp_map *p_map);
/Linux-v4.19/net/dcb/
Ddcbnl.c1968 struct dcb_ieee_app_prio_map *p_map) in dcb_ieee_getapp_prio_dscp_mask_map() argument
1974 memset(p_map->map, 0, sizeof(p_map->map)); in dcb_ieee_getapp_prio_dscp_mask_map()
1983 p_map->map[prio] |= 1ULL << itr->app.protocol; in dcb_ieee_getapp_prio_dscp_mask_map()
1998 struct dcb_ieee_app_dscp_map *p_map) in dcb_ieee_getapp_dscp_prio_mask_map() argument
2003 memset(p_map->map, 0, sizeof(p_map->map)); in dcb_ieee_getapp_dscp_prio_mask_map()
2011 p_map->map[itr->app.protocol] |= 1 << itr->app.priority; in dcb_ieee_getapp_dscp_prio_mask_map()