Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dtsec.c255 static int tsec_send(struct eth_device *dev, void *packet, int length) in tsec_send() function
257 static int tsec_send(struct udevice *dev, void *packet, int length) in tsec_send()
451 tsec_send(priv->dev, (void *)pkt, sizeof(pkt)); in redundant_init()
744 dev->send = tsec_send; in tsec_initialize()
882 .send = tsec_send,