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

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h860 } stashingParams; member in union:__anon8336::__anon8337
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1322 if (p_QmFqrParams->stashingParams.frameAnnotationSize > QM_CONTEXTA_MAX_STASH_SIZE)
1324 if (p_QmFqrParams->stashingParams.frameDataSize > QM_CONTEXTA_MAX_STASH_SIZE)
1326 if (p_QmFqrParams->stashingParams.fqContextSize > QM_CONTEXTA_MAX_STASH_SIZE)
1328 if (p_QmFqrParams->stashingParams.fqContextSize)
1330 if (!p_QmFqrParams->stashingParams.fqContextAddr)
1332 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))
1334 if (p_QmFqrParams->stashingParams.fqContextAddr & 0xffffff0000000000LL)
1966 cnxtA.stashing.annotation_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameAnnotationSize, CACHELINE_SIZE);
1967 cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE);
1968 cnxtA.stashing.context_cl = DIV_CEIL(p_QmFqrParams->stashingParams
[all...]

Completed in 132 milliseconds