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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h112 /* If the caller enables DQRR stashing (and thus wishes to operate the
114 * will stash to. Whether stashing is enabled or not, this setting is
350 /* Treat it as s/w portal stashing config */
353 struct qm_fqd_stashing stashing; member in struct:__anon9812::__anon9814
569 #define QM_FQCTRL_CTXASTASHING 0x0080 /* Context-A stashing */
1004 #define QMAN_PORTAL_FLAG_RSTASH 0x00000020 /* enable DQRR entry stashing */
1005 #define QMAN_PORTAL_FLAG_DSTASH 0x00000040 /* enable data stashing */
H A Dqm_portal_fqr.c1999 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.fqContextSize, CACHELINE_SIZE);

Completed in 119 milliseconds