Home
last modified time | relevance | path

Searched refs:fqContextAddr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h858 …uint64_t fqContextAddr; /**< 40 bit memory address containing the FQ context information t… member
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1364 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()
2000 … cnxtA.context_hi = (uint8_t)((p_QmFqrParams->stashingParams.fqContextAddr >> 32) & 0xff); in QM_FQR_Create()
2001 cnxtA.context_lo = (uint32_t)(p_QmFqrParams->stashingParams.fqContextAddr); in QM_FQR_Create()