Home
last modified time | relevance | path

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

/titanic_41/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];
/titanic_41/usr/src/uts/sun4v/io/
H A Dldc.c2684 ldcp->pkt_payload = LDC_PAYLOAD_SIZE_RAW; in ldc_init()
3820 if (space < LDC_PAYLOAD_SIZE_RAW) in i_ldc_read_raw()
3866 bcopy(msgbufp, target_bufp, LDC_PAYLOAD_SIZE_RAW); in i_ldc_read_raw()
3870 *sizep = LDC_PAYLOAD_SIZE_RAW; in i_ldc_read_raw()