Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dtsec.c302 static int tsec_recv(struct eth_device *dev) in tsec_recv() function
337 static int tsec_recv(struct udevice *dev, int flags, uchar **packetp) in tsec_recv() function
745 dev->recv = tsec_recv; in tsec_initialize()
883 .recv = tsec_recv,