Searched refs:hardware_send_packet (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | seeq8005.c | 96 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
|
D | ni5010.c | 117 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
|
D | 3c507.c | 306 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
|
D | isa-skeleton.c | 125 static void hardware_send_packet(short ioaddr, char *buf, int length); 422 hardware_send_packet(ioaddr, buf, length); in net_send_packet()
|
D | atari_bionet.c | 283 hardware_send_packet(unsigned long paddr, int cnt) { in hardware_send_packet() function 485 stat = hardware_send_packet(buf, length); in bionet_send_packet()
|
D | eepro.c | 321 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
|