Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1881 u_QmFqdContextA cnxtA; in QM_FQR_Create() local
1996 memset(&cnxtA, 0, sizeof(cnxtA)); in QM_FQR_Create()
1997cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELI… in QM_FQR_Create()
1998cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE); in QM_FQR_Create()
1999cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams.fqContextSize, CACHELINE_SIZE); in QM_FQR_Create()
2000cnxtA.context_hi = (uint8_t)((p_QmFqrParams->stashingParams.fqContextAddr >> 32) & 0xff); in QM_FQR_Create()
2001 cnxtA.context_lo = (uint32_t)(p_QmFqrParams->stashingParams.fqContextAddr); in QM_FQR_Create()
2016 (t_QmContextA *)&cnxtA : p_QmFqrParams->p_ContextA, in QM_FQR_Create()