Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c1005 if (p_map->cid_map == OSAL_NULL) in __ecore_cid_map_alloc_single()
1008 p_map->max_count = cid_count; in __ecore_cid_map_alloc_single()
1009 p_map->start_cid = cid_start; in __ecore_cid_map_alloc_single()
1013 type, p_map->start_cid, p_map->max_count); in __ecore_cid_map_alloc_single()
1031 p_map = &p_mngr->acquired[type]; in ecore_cid_map_alloc_single()
1033 p_cfg->cid_count, p_map); in ecore_cid_map_alloc_single()
1802 p_map = &p_mngr->acquired[type]; in _ecore_cxt_acquire_cid()
1812 p_map->max_count); in _ecore_cxt_acquire_cid()
1895 &type, &p_map); in _ecore_cxt_release_cid()
1900 rel_cid = cid - p_map->start_cid; in _ecore_cxt_release_cid()
[all …]