Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Ddc2114x.c159 static int dc21x4x_send(struct eth_device *dev, void *packet, int length);
286 dev->send = dc21x4x_send; in dc21x4x_initialize()
376 static int dc21x4x_send(struct eth_device *dev, void *packet, int length) in dc21x4x_send() function