Searched refs:cnxtA (Results 1 – 1 of 1) sorted by relevance
1881 u_QmFqdContextA cnxtA; in QM_FQR_Create() local1996 memset(&cnxtA, 0, sizeof(cnxtA)); in QM_FQR_Create()1997 …cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELI… in QM_FQR_Create()1998 … cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE); in QM_FQR_Create()1999 … cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams.fqContextSize, CACHELINE_SIZE); in QM_FQR_Create()2000 … cnxtA.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()