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

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h858 uint64_t fqContextAddr; /**< 40 bit memory address containing the FQ context information to be stashed; member in struct:__anon9913::__anon9914::__anon9915
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1364 if (!p_QmFqrParams->stashingParams.fqContextAddr)
1366 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))
1368 if (p_QmFqrParams->stashingParams.fqContextAddr & 0xffffff0000000000LL)
2002 cnxtA.context_hi = (uint8_t)((p_QmFqrParams->stashingParams.fqContextAddr >> 32) & 0xff);
2003 cnxtA.context_lo = (uint32_t)(p_QmFqrParams->stashingParams.fqContextAddr);

Completed in 57 milliseconds