Home
last modified time | relevance | path

Searched refs:data_cl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dqman.c507 uint8_t annotation_cl, uint8_t data_cl, in qman_fq_create() argument
561 if (annotation_cl != 0 || data_cl != 0) { in qman_fq_create()
565 (data_cl != 0 ? QM_STASHING_EXCL_DATA : 0); in qman_fq_create()
566 cl = ((annotation_cl & 3) << 4) | ((data_cl & 3) << 2); in qman_fq_create()
H A Dqman.h283 uint8_t annotation_cl, uint8_t data_cl,
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h340 volatile uint8_t data_cl:2; member
H A Dqm_portal_fqr.c1998 … cnxtA.stashing.data_cl = DIV_CEIL(p_QmFqrParams->stashingParams.frameDataSize, CACHELINE_SIZE); in QM_FQR_Create()