Home
last modified time | relevance | path

Searched refs:frames_cnt (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/net/
H A Dcan_emu.h93 const struct qemu_can_frame *frames, size_t frames_cnt);
119 size_t frames_cnt);
/openbmc/qemu/net/can/
H A Dcan_core.c105 const struct qemu_can_frame *frames, size_t frames_cnt) in can_bus_client_send() argument
120 if (peer->info->receive(peer, frames, frames_cnt) > 0) { in can_bus_client_send()
H A Dcan_socketcan.c129 const qemu_can_frame *frames, size_t frames_cnt) in can_host_socketcan_receive() argument
/openbmc/qemu/hw/net/can/
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 Dctucan_core.c535 size_t frames_cnt) in ctucan_receive() argument
545 if (frames_cnt <= 0) { in ctucan_receive()
H A Dcan_sja1000.c777 size_t frames_cnt) in can_sja_receive() argument
785 if (frames_cnt <= 0) { in can_sja_receive()