Searched refs:tsec_send (Results 1 – 1 of 1) sorted by relevance
255 static int tsec_send(struct eth_device *dev, void *packet, int length) in tsec_send() function257 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,