Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dseeq8005.c96 static void hardware_send_packet(struct net_device *dev, char *buf, int length);
396 hardware_send_packet(dev, buf, length); in seeq8005_send_packet()
659 static void hardware_send_packet(struct net_device * dev, char *buf, int length) in hardware_send_packet() function
Dni5010.c117 static void hardware_send_packet(struct net_device *dev, char *buf, int length, int pad);
440 hardware_send_packet(dev, (unsigned char *)skb->data, skb->len, length-skb->len); in ni5010_send_packet()
664 static void hardware_send_packet(struct net_device *dev, char *buf, int length, int pad) in hardware_send_packet() function
D3c507.c306 static void hardware_send_packet(struct net_device *dev, void *buf, short length, short pad);
509 hardware_send_packet (dev, buf, skb->len, length - skb->len); in el16_send_packet()
761 static void hardware_send_packet(struct net_device *dev, void *buf, short length, short pad) in hardware_send_packet() function
Disa-skeleton.c125 static void hardware_send_packet(short ioaddr, char *buf, int length);
422 hardware_send_packet(ioaddr, buf, length); in net_send_packet()
Datari_bionet.c283 hardware_send_packet(unsigned long paddr, int cnt) { in hardware_send_packet() function
485 stat = hardware_send_packet(buf, length); in bionet_send_packet()
Deepro.c321 static int hardware_send_packet(struct net_device *dev, void *buf, short length);
1151 if (hardware_send_packet(dev, buf, length)) in eepro_send_packet()
1473 hardware_send_packet(struct net_device *dev, void *buf, short length) in hardware_send_packet() function