Searched refs:cnxtA (Results 1 – 1 of 1) sorted by relevance
1883 u_QmFqdContextA cnxtA; in QM_FQR_Create() local1998 memset(&cnxtA, 0, sizeof(cnxtA)); in QM_FQR_Create()1999 …cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELI… in QM_FQR_Create()2000 … cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE); in QM_FQR_Create()2001 … cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams.fqContextSize, CACHELINE_SIZE); in QM_FQR_Create()2002 … cnxtA.context_hi = (uint8_t)((p_QmFqrParams->stashingParams.fqContextAddr >> 32) & 0xff); in QM_FQR_Create()2003 cnxtA.context_lo = (uint32_t)(p_QmFqrParams->stashingParams.fqContextAddr); in QM_FQR_Create()2018 (t_QmContextA *)&cnxtA : p_QmFqrParams->p_ContextA, in QM_FQR_Create()