Searched refs:LDC_PAYLOAD_SIZE_RAW (Results 1 – 3 of 3) sorted by relevance
56 #define LDC_PAYLOAD_SIZE_RAW (LDC_PACKET_SIZE) macro
247 uint8_t _raw[LDC_PAYLOAD_SIZE_RAW];
2684 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()