Searched refs:pcnet_send (Results 1 – 1 of 1) sorted by relevance
132 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