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.c1204 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()
1228 p_map = &p_mngr->acquired[type]; in ecore_cid_map_alloc()
1239 p_map)) in ecore_cid_map_alloc()
1971 p_map = &p_mngr->acquired[type]; in _ecore_cxt_acquire_cid()
1981 p_map->max_count); in _ecore_cxt_acquire_cid()
2065 &type, &p_map); in _ecore_cxt_release_cid()
2070 rel_cid = cid - p_map->start_cid; in _ecore_cxt_release_cid()
[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.c3217 mdb_map_t *mp = &pt->p_map; in pt_object_iter()
3262 return (pt_prmap_to_mdbmap(t, pmp, &pt->p_map)); in pt_addr_to_map()
3284 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()