Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dcan_emu.h63 #define QEMU_CAN_FRMF_ESI 0x02 /* error state ind. of transmitting node */ macro
/openbmc/qemu/hw/net/can/
H A Dctucan_core.c81 frame->flags |= QEMU_CAN_FRMF_ESI; in ctucan_buff2frame()
131 if (frame->flags & QEMU_CAN_FRMF_ESI) { in ctucan_frame2buff()
H A Dxlnx-versal-canfd.c1021 if (frame->flags & QEMU_CAN_FRMF_ESI) { in store_rx_sequential()