Home
last modified time | relevance | path

Searched defs:can_receive (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/net/
H A Dcan_emu.h91 bool (*can_receive)(CanBusClientState *); member
H A Dnet.h76 NetCanReceive *can_receive; member
/openbmc/qemu/hw/char/
H A Drenesas_sci.c72 static int can_receive(void *opaque) in can_receive() function
/openbmc/linux/net/can/
H A Daf_can.c642 static void can_receive(struct sk_buff *skb, struct net_device *dev) in can_receive() function
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c312 static int can_receive(void *opaque) in can_receive() function
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c418 bool can_receive = emc->rx_active; in emc_can_receive() local
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs450 pub fn can_receive(&self) -> bool { in can_receive() method