Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Deepro100.c223 static int eepro100_send(struct eth_device *dev, void *packet, int length);
442 dev->send = eepro100_send; in eepro100_initialize()
598 static int eepro100_send(struct eth_device *dev, void *packet, int length) in eepro100_send() function