Searched refs:hashResultOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h85 uint32_t hashResultOffset; member in struct:__anon10885
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c312 p_FmSpBufferOffsets->hashResultOffset= (uint32_t)ILLEGAL_BASE;
336 p_FmSpBufferOffsets->hashResultOffset =
362 p_FmSpBufferOffsets->hashResultOffset = p_BufferPrefixContent->passPrsResult ?
751 if (p_FmVspEntry->bufferOffsets.hashResultOffset == ILLEGAL_BASE)
754 return (uint8_t *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.hashResultOffset);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3526 if (p_FmPort->bufferOffsets.hashResultOffset == ILLEGAL_BASE)
3529 return (uint8_t *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.hashResultOffset);

Completed in 179 milliseconds