Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c258 struct core_conn_context *p_cxt; in ecore_spq_hw_initialize() local
272 p_cxt = cxt_info.p_cxt; in ecore_spq_hw_initialize()
275 OSAL_MEM_ZERO(p_cxt, sizeof(*p_cxt)); in ecore_spq_hw_initialize()
278 SET_FIELD(p_cxt->xstorm_ag_context.flags10, in ecore_spq_hw_initialize()
280 SET_FIELD(p_cxt->xstorm_ag_context.flags1, in ecore_spq_hw_initialize()
284 SET_FIELD(p_cxt->xstorm_ag_context.flags9, in ecore_spq_hw_initialize()
294 p_cxt->xstorm_ag_context.physical_q0 = OSAL_CPU_TO_LE16(physical_q); in ecore_spq_hw_initialize()
296 p_cxt->xstorm_st_context.spq_base_lo = in ecore_spq_hw_initialize()
298 p_cxt->xstorm_st_context.spq_base_hi = in ecore_spq_hw_initialize()
301 DMA_REGPAIR_LE(p_cxt->xstorm_st_context.consolid_base_addr, in ecore_spq_hw_initialize()
H A Decore_cxt_api.h42 void *p_cxt; member
H A Decore_cxt.c2114 p_info->p_cxt = (u8 *)p_mngr->ilt_shadow[line].p_virt + in ecore_cxt_get_cid_info()
2119 (p_info->iid / cxts_per_p), p_info->p_cxt, p_info->iid); in ecore_cxt_get_cid_info()