Searched refs:pcnet_send (Results 1 – 1 of 1) sorted by relevance
131 static int pcnet_send(struct eth_device *dev, void *packet, int length);217 dev->send = pcnet_send; in pcnet_initialize()434 static int pcnet_send(struct eth_device *dev, void *packet, int pkt_len) in pcnet_send() function