Searched refs:tsec_send (Results 1 – 1 of 1) sorted by relevance
232 static int tsec_send(struct eth_device *dev, void *packet, int length) in tsec_send() function234 static int tsec_send(struct udevice *dev, void *packet, int length) in tsec_send()428 tsec_send(priv->dev, (void *)pkt, sizeof(pkt)); in redundant_init()721 dev->send = tsec_send; in tsec_initialize()861 .send = tsec_send,