Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c65 struct ecore_ptt ptts[PXP_EXTERNAL_BAR_PF_WINDOW_NUM]; member
80 p_pool->ptts[i].idx = i; in ecore_ptt_pool_alloc()
81 p_pool->ptts[i].pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_pool_alloc()
82 p_pool->ptts[i].pxp.pretend.control = 0; in ecore_ptt_pool_alloc()
83 p_pool->ptts[i].hwfn_id = p_hwfn->my_id; in ecore_ptt_pool_alloc()
89 OSAL_LIST_PUSH_HEAD(&p_pool->ptts[i].list_entry, in ecore_ptt_pool_alloc()
106 p_ptt = &p_hwfn->p_ptt_pool->ptts[i]; in ecore_ptt_invalidate()
239 return &p_hwfn->p_ptt_pool->ptts[ptt_idx]; in ecore_get_reserved_ptt()
H A Drelease.txt3346 Change: Invalidating the grc ptts when entering low power state.