Searched refs:dummy_packet (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deth16i.c669 unsigned char dummy_packet[64]; local
679 dummy_packet[i] = inb(ioaddr + NODE_ID_0 + i);
680 dummy_packet[i+6] = inb(ioaddr + NODE_ID_0 + i);
683 dummy_packet[12] = 0x00;
684 dummy_packet[13] = 0x04;
685 memset(dummy_packet + 14, 0, sizeof(dummy_packet) - 14);
697 retcode = eth16i_send_probe_packet(ioaddr, dummy_packet, 64);

Completed in 51 milliseconds