HomeSort by: relevance | last modified time | path
    Searched refs:SRAM_PAYLOAD_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
mvxpsecvar.h 179 #define SRAM_PAYLOAD_SIZE \
186 uint8_t payload[SRAM_PAYLOAD_SIZE];
mvxpsec.c 1803 int oplen = SRAM_PAYLOAD_SIZE;
2514 if (pktlen > SRAM_PAYLOAD_SIZE) {
2527 (size_t)pktlen, SRAM_PAYLOAD_SIZE);
2565 if (uio->uio_resid > SRAM_PAYLOAD_SIZE) {
2578 uio->uio_resid, SRAM_PAYLOAD_SIZE);

Completed in 14 milliseconds