Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftmac100.c272 static int ftmac100_send(struct eth_device *dev, void *packet, int length) in ftmac100_send() function
300 dev->send = ftmac100_send; in ftmac100_initialize()
330 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send() function
421 .send = ftmac100_send,