Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c1195 struct ecore_cid_acquired_map *p_map) in ecore_cid_map_alloc_single() argument
1203 p_map->cid_map = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_cid_map_alloc_single()
1204 if (p_map->cid_map == OSAL_NULL) in ecore_cid_map_alloc_single()
1207 p_map->max_count = cid_count; in ecore_cid_map_alloc_single()
1208 p_map->start_cid = cid_start; in ecore_cid_map_alloc_single()
1212 type, p_map->start_cid, p_map->max_count); in ecore_cid_map_alloc_single()
1225 struct ecore_cid_acquired_map *p_map; in ecore_cid_map_alloc() local
1228 p_map = &p_mngr->acquired[type]; in ecore_cid_map_alloc()
1230 p_cfg->cid_count, p_map)) in ecore_cid_map_alloc()
1235 p_map = &p_mngr->acquired_vf[type][vf]; in ecore_cid_map_alloc()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h146 mdb_map_t p_map; /* Persistent map for callers */ member
H A Dmdb_proc.c3214 mdb_map_t *mp = &pt->p_map; in pt_object_iter()
3259 return (pt_prmap_to_mdbmap(t, pmp, &pt->p_map)); in pt_addr_to_map()
3281 return (pt_prmap_to_mdbmap(t, pmp, &pt->p_map)); in pt_name_to_map()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c2002 nxge_param_map_t *p_map; in nxge_fflp_update_hw() local
2036 p_map = (nxge_param_map_t *)&val_ptr[i]; in nxge_fflp_update_hw()
2037 if (vlan_table[p_map->param_id].flag) { in nxge_fflp_update_hw()
2039 p_map->param_id); in nxge_fflp_update_hw()