Searched refs:p_QmFqrParams (Results 1 – 3 of 3) sorted by relevance
1352 static __inline__ t_Error CheckStashParams(t_QmFqrParams *p_QmFqrParams) in CheckStashParams() argument1354 ASSERT_COND(p_QmFqrParams); in CheckStashParams()1356 if (p_QmFqrParams->stashingParams.frameAnnotationSize > QM_CONTEXTA_MAX_STASH_SIZE) in CheckStashParams()1358 if (p_QmFqrParams->stashingParams.frameDataSize > QM_CONTEXTA_MAX_STASH_SIZE) in CheckStashParams()1360 if (p_QmFqrParams->stashingParams.fqContextSize > QM_CONTEXTA_MAX_STASH_SIZE) in CheckStashParams()1362 if (p_QmFqrParams->stashingParams.fqContextSize) in CheckStashParams()1364 if (!p_QmFqrParams->stashingParams.fqContextAddr) in CheckStashParams()1366 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE)) in CheckStashParams()1368 if (p_QmFqrParams->stashingParams.fqContextAddr & 0xffffff0000000000LL) in CheckStashParams()1877 t_Handle QM_FQR_Create(t_QmFqrParams *p_QmFqrParams) in QM_FQR_Create() argument[all …]
1117 t_Error QM_ReserveQueues(t_Handle h_Qm, t_QmRsrvFqrParams *p_QmFqrParams, uint32_t *p_BaseFqid) in QM_ReserveQueues() argument1125 (uint32_t)((p_QmFqrParams->useForce && !p_QmFqrParams->numOfFqids) ? in QM_ReserveQueues()1126 1 : p_QmFqrParams->numOfFqids), in QM_ReserveQueues()1127 p_QmFqrParams->qs.nonFrcQs.align, in QM_ReserveQueues()1128 p_QmFqrParams->useForce, in QM_ReserveQueues()1129 p_QmFqrParams->qs.frcQ.fqid); in QM_ReserveQueues()
461 t_Error QM_ReserveQueues(t_Handle h_Qm, t_QmRsrvFqrParams *p_QmFqrParams, uint32_t *p_BaseFqid);899 t_Handle QM_FQR_Create(t_QmFqrParams *p_QmFqrParams);