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

/freebsd-11-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:__anon8336::__anon8337::__anon8338
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1330 if (!p_QmFqrParams->stashingParams.fqContextAddr)
1332 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))
1334 if (p_QmFqrParams->stashingParams.fqContextAddr & 0xffffff0000000000LL)
1969 cnxtA.context_hi = (uint8_t)((p_QmFqrParams->stashingParams.fqContextAddr >> 32) & 0xff);
1970 cnxtA.context_lo = (uint32_t)(p_QmFqrParams->stashingParams.fqContextAddr);

Completed in 62 milliseconds