Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c1145 u32 cid_count, struct qed_cid_acquired_map *p_map) in qed_cid_map_alloc_single() argument
1155 p_map->cid_map = kzalloc(size, GFP_KERNEL); in qed_cid_map_alloc_single()
1156 if (!p_map->cid_map) in qed_cid_map_alloc_single()
1159 p_map->max_count = cid_count; in qed_cid_map_alloc_single()
1160 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1164 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1177 struct qed_cid_acquired_map *p_map; in qed_cid_map_alloc() local
1180 p_map = &p_mngr->acquired[type]; in qed_cid_map_alloc()
1182 p_cfg->cid_count, p_map)) in qed_cid_map_alloc()
1187 p_map = &p_mngr->acquired_vf[type][vf]; in qed_cid_map_alloc()
[all …]
/Linux-v5.4/include/net/
Ddcbnl.h30 struct dcb_ieee_app_prio_map *p_map);
36 struct dcb_ieee_app_dscp_map *p_map);
/Linux-v5.4/net/dcb/
Ddcbnl.c1977 struct dcb_ieee_app_prio_map *p_map) in dcb_ieee_getapp_prio_dscp_mask_map() argument
1983 memset(p_map->map, 0, sizeof(p_map->map)); in dcb_ieee_getapp_prio_dscp_mask_map()
1992 p_map->map[prio] |= 1ULL << itr->app.protocol; in dcb_ieee_getapp_prio_dscp_mask_map()
2007 struct dcb_ieee_app_dscp_map *p_map) in dcb_ieee_getapp_dscp_prio_mask_map() argument
2012 memset(p_map->map, 0, sizeof(p_map->map)); in dcb_ieee_getapp_dscp_prio_mask_map()
2020 p_map->map[itr->app.protocol] |= 1 << itr->app.priority; in dcb_ieee_getapp_dscp_prio_mask_map()