Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dpcnet.c132 static int pcnet_send(struct eth_device *dev, void *packet, int length);
218 dev->send = pcnet_send; in pcnet_initialize()
435 static int pcnet_send(struct eth_device *dev, void *packet, int pkt_len) in pcnet_send() function