Home
last modified time | relevance | path

Searched refs:qemu_can_frame (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/net/
H A Dcan_emu.h46 typedef struct qemu_can_frame { struct
51 } qemu_can_frame; argument
93 const struct qemu_can_frame *frames, size_t frames_cnt);
118 const struct qemu_can_frame *frames,
/openbmc/qemu/net/can/
H A Dcan_socketcan.c61 qemu_can_frame buf[CAN_READ_BUF_LEN];
73 QEMU_BUILD_BUG_ON(offsetof(qemu_can_frame, data)
76 static void can_host_socketcan_display_msg(struct qemu_can_frame *msg) in can_host_socketcan_display_msg()
102 c->bufcnt = read(c->fd, c->buf, sizeof(qemu_can_frame)); in can_host_socketcan_read()
129 const qemu_can_frame *frames, size_t frames_cnt) in can_host_socketcan_receive()
H A Dcan_core.c105 const struct qemu_can_frame *frames, size_t frames_cnt) in can_bus_client_send()
/openbmc/qemu/hw/net/can/
H A Dcan_sja1000.c149 const qemu_can_frame *frame) in can_sja_accept_filter()
247 static void can_display_msg(const char *prefix, const qemu_can_frame *msg) in can_display_msg()
268 static void buff2frame_pel(const uint8_t *buff, qemu_can_frame *frame) in buff2frame_pel()
308 static void buff2frame_bas(const uint8_t *buff, qemu_can_frame *frame) in buff2frame_bas()
332 static int frame2buff_pel(const qemu_can_frame *frame, uint8_t *buff) in frame2buff_pel()
372 static int frame2buff_bas(const qemu_can_frame *frame, uint8_t *buff) in frame2buff_bas()
425 qemu_can_frame frame; in can_sja_mem_write()
776 ssize_t can_sja_receive(CanBusClientState *client, const qemu_can_frame *frames, in can_sja_receive()
783 const qemu_can_frame *frame = frames; in can_sja_receive()
H A Dctucan_core.c49 static void ctucan_buff2frame(const uint8_t *buff, qemu_can_frame *frame) in ctucan_buff2frame()
100 static int ctucan_frame2buff(const qemu_can_frame *frame, uint8_t *buff) in ctucan_frame2buff()
239 qemu_can_frame frame; in ctucan_send_ready_buffers()
534 ssize_t ctucan_receive(CanBusClientState *client, const qemu_can_frame *frames, in ctucan_receive()
541 const qemu_can_frame *frame = frames; in ctucan_receive()
H A Dcan_sja1000.h143 const qemu_can_frame *frames, size_t frames_cnt);
H A Dctucan_core.h122 const qemu_can_frame *frames, size_t frames_cnt);
H A Dxlnx-zynqmp-can.c388 static void generate_frame(qemu_can_frame *frame, uint32_t *data) in generate_frame()
485 qemu_can_frame frame; in transfer_fifo()
667 static void update_rx_fifo(XlnxZynqMPCANState *s, const qemu_can_frame *frame) in update_rx_fifo()
1054 const qemu_can_frame *buf, size_t buf_size) { in xlnx_zynqmp_can_receive()
1057 const qemu_can_frame *frame = buf; in xlnx_zynqmp_can_receive()
H A Dxlnx-versal-canfd.c862 static void regs2frame(XlnxVersalCANFDState *s, qemu_can_frame *frame, in regs2frame()
934 static uint32_t frame_to_reg_id(const qemu_can_frame *frame) in frame_to_reg_id()
962 const qemu_can_frame *frame, in store_rx_sequential()
1074 const qemu_can_frame *frame) in update_rx_sequential()
1337 qemu_can_frame frame; in transfer_data()
1808 const qemu_can_frame *buf, in canfd_xilinx_receive()
1813 const qemu_can_frame *frame = buf; in canfd_xilinx_receive()