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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datari_bionet.c325 unsigned char station_addr[6]; local
346 i = get_status(station_addr); /* Read the station address PROM. */
354 || station_addr[0] != 'B'
355 || station_addr[1] != 'I'
356 || station_addr[2] != 'O' ) {
368 station_addr[0], station_addr[1], station_addr[2],
369 station_addr[3], station_addr[
[all...]
H A D3c501.c219 unsigned char station_addr[6]; local
237 station_addr[i] = inb(ioaddr + EL1_SAPROM);
244 if (station_addr[0] == 0x02 && station_addr[1] == 0x60
245 && station_addr[2] == 0x8c)
248 } else if (station_addr[0] == 0x00 && station_addr[1] == 0x80
249 && station_addr[2] == 0xC8)
290 memcpy(dev->dev_addr, station_addr, ETH_ALEN);
H A Datari_pamsnet.c567 unsigned char station_addr[6]; local
616 memcpy (station_addr, hwaddr, ETH_ALEN);
633 station_addr[0], station_addr[1], station_addr[2],
634 station_addr[3], station_addr[4], station_addr[5]);
647 dev->dev_addr[i] = station_addr[i];
H A De2100.c168 unsigned char *station_addr = dev->dev_addr; local
193 station_addr[i] = inb(ioaddr + E21_SAPROM + i);
202 printk(" %02X", station_addr[i]);
237 if (station_addr[i] != inb(ioaddr + E21_SAPROM + 8 + i)) {
H A Dgt64240eth.c132 station_addr[NUM_INTERFACES][6]);
175 int prom_get_mac_addrs(unsigned char station_addr[NUM_INTERFACES][6]) argument
177 memcpy(station_addr[0], prom_mac_addr_base, 6);
178 memcpy(station_addr[1], prom_mac_addr_base, 6);
179 memcpy(station_addr[2], prom_mac_addr_base, 6);
181 station_addr[1][5] += 1;
182 station_addr[2][5] += 2;
H A Deepro.c753 unsigned short station_addr[3], id, counter; local
794 station_addr[0] = read_eeprom(ioaddr, 2, dev);
796 if (station_addr[0] == 0x0000 || station_addr[0] == 0xffff) {
802 station_addr[0] = read_eeprom(ioaddr, 2, dev);
809 station_addr[1] = lp->word[3];
810 station_addr[2] = lp->word[4];
815 else if (station_addr[2] == SA_ADDR1)
821 dev->dev_addr[i] = ((unsigned char *) station_addr)[5-i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dether-wake.c129 unsigned char *station_addr = eaddr->ether_addr_octet; local
133 memcpy(pkt, station_addr, 6);
136 memcpy(pkt, station_addr, 6); /* 6 */
146 memcpy(pkt, station_addr, 6); /* 20,26,32,... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Drayctl.h428 UCHAR station_addr[ADDRLEN]; member in struct:startup_res_518
437 UCHAR station_addr[ADDRLEN]; member in struct:startup_res_6
H A Dray_cs.c570 &local->startup_res.station_addr, ADDRLEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dsmc91c92_cs.c546 u_char *buf, *station_addr; local
564 station_addr = link->prod_id[3];
565 if (cvt_ascii_address(dev, station_addr) == 0) {
706 u_char *buf, *station_addr; local
740 station_addr = link->prod_id[2];
741 if (cvt_ascii_address(dev, station_addr) == 0) {

Completed in 129 milliseconds