Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dethoc.c656 static int ethoc_send(struct udevice *dev, void *packet, int length) in ethoc_send() function
733 .send = ethoc_send,
773 static int ethoc_send(struct eth_device *dev, void *packet, int length) in ethoc_send() function
823 dev->send = ethoc_send; in ethoc_initialize()