Searched refs:stashingParams (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h860 } stashingParams; member in union:__anon9913::__anon9914
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1356 if (p_QmFqrParams->stashingParams.frameAnnotationSize > QM_CONTEXTA_MAX_STASH_SIZE)
1358 if (p_QmFqrParams->stashingParams.frameDataSize > QM_CONTEXTA_MAX_STASH_SIZE)
1360 if (p_QmFqrParams->stashingParams.fqContextSize > QM_CONTEXTA_MAX_STASH_SIZE)
1362 if (p_QmFqrParams->stashingParams.fqContextSize)
1364 if (!p_QmFqrParams->stashingParams.fqContextAddr)
1366 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))
1368 if (p_QmFqrParams->stashingParams.fqContextAddr & 0xffffff0000000000LL)
1999 cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELINE_SIZE);
2000 cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE);
2001 cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams
[all...]

Completed in 39 milliseconds