Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Deepro100.c220 static int eepro100_send(struct eth_device *dev, void *packet, int length);
439 dev->send = eepro100_send; in eepro100_initialize()
595 static int eepro100_send(struct eth_device *dev, void *packet, int length) in eepro100_send() function