Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c204 struct core_conn_context *p_cxt; in ecore_spq_hw_initialize() local
221 p_cxt = cxt_info.p_cxt; in ecore_spq_hw_initialize()
222 core_conn_context_size = sizeof(*p_cxt); in ecore_spq_hw_initialize()
223 p_flags1 = &p_cxt->xstorm_ag_context.flags1; in ecore_spq_hw_initialize()
224 p_flags9 = &p_cxt->xstorm_ag_context.flags9; in ecore_spq_hw_initialize()
225 p_flags10 = &p_cxt->xstorm_ag_context.flags10; in ecore_spq_hw_initialize()
226 p_physical_q0 = &p_cxt->xstorm_ag_context.physical_q0; in ecore_spq_hw_initialize()
227 p_spq_base_lo = &p_cxt->xstorm_st_context.spq_base_lo; in ecore_spq_hw_initialize()
228 p_spq_base_hi = &p_cxt->xstorm_st_context.spq_base_hi; in ecore_spq_hw_initialize()
229 p_consolid_base_addr = &p_cxt->xstorm_st_context.consolid_base_addr; in ecore_spq_hw_initialize()
[all …]
H A Decore_cxt_api.h13 void *p_cxt; member
H A Decore_cxt.c1944 p_info->p_cxt = (u8 *)p_mngr->ilt_shadow[line].virt_addr + in ecore_cxt_get_cid_info()
1949 (p_info->iid / cxts_per_p), p_info->p_cxt, p_info->iid); in ecore_cxt_get_cid_info()