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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h56 #define LDC_PAYLOAD_SIZE_RAW (LDC_PACKET_SIZE) macro
H A Dldc_impl.h247 uint8_t _raw[LDC_PAYLOAD_SIZE_RAW];
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2684 ldcp->pkt_payload = LDC_PAYLOAD_SIZE_RAW;
3820 if (space < LDC_PAYLOAD_SIZE_RAW)
3866 bcopy(msgbufp, target_bufp, LDC_PAYLOAD_SIZE_RAW);
3870 *sizep = LDC_PAYLOAD_SIZE_RAW;

Completed in 55 milliseconds