Searched refs:WAVELAN_ADDR_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | wavelan.h | 38 #define WAVELAN_ADDR_SIZE 6 /* Size of a MAC address */ macro 42 #define MAXDATAZ (WAVELAN_ADDR_SIZE + WAVELAN_ADDR_SIZE + 2 + WAVELAN_MTU) 172 …unsigned char psa_univ_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x10-0x15] Universal (factory) MAC Address… 173 unsigned char psa_local_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x16-1B] Local MAC Address */
|
D | wavelan.p.h | 474 typedef u_char mac_addr[WAVELAN_ADDR_SIZE]; /* Hardware address */
|
D | wavelan.c | 1326 for (i = 0; i < WAVELAN_ADDR_SIZE; i++) in wv_init_info() 1508 memcpy(dev->dev_addr, mac->sa_data, WAVELAN_ADDR_SIZE); in wavelan_set_mac_address() 1751 if (!memcmp(mac, lp->spy_address[i], WAVELAN_ADDR_SIZE)) { in wl_spy_gather() 2161 WAVELAN_ADDR_SIZE); in wavelan_ioctl() 2201 WAVELAN_ADDR_SIZE); in wavelan_ioctl() 2469 wl_spy_gather(dev, skb->mac.raw + WAVELAN_ADDR_SIZE, in wv_packet_read() 3464 AC_CFG_ALOC(1) | AC_CFG_ADDRLEN(WAVELAN_ADDR_SIZE); in wv_82586_config() 3500 mcs.mcs_cnt = WAVELAN_ADDR_SIZE * lp->mc_count; in wv_82586_config() 3507 WAVELAN_ADDR_SIZE >> 1); in wv_82586_config()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | wavelan.h | 161 #define WAVELAN_ADDR_SIZE 6 macro 188 …unsigned char psa_univ_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x10-0x15] Universal (factory) MAC Address… 189 unsigned char psa_local_mac_addr[WAVELAN_ADDR_SIZE]; /* [0x16-1B] Local MAC Address */
|
D | wavelan_cs.c | 1381 for(i = 0; i < WAVELAN_ADDR_SIZE; i++) in wv_init_info() 1579 memcpy(dev->dev_addr, mac->sa_data, WAVELAN_ADDR_SIZE); in wavelan_set_mac_address() 1854 if(!memcmp(mac, lp->spy_address[i], WAVELAN_ADDR_SIZE)) in wl_spy_gather() 2227 memcpy(wrq->u.ap_addr.sa_data, dev->dev_addr, WAVELAN_ADDR_SIZE); 2394 WAVELAN_ADDR_SIZE); 2431 WAVELAN_ADDR_SIZE); 2760 wl_spy_gather(dev, skb->mac.raw + WAVELAN_ADDR_SIZE, stats); 3088 memcpy(&dev->dev_addr[0], &psa.psa_univ_mac_addr[0], WAVELAN_ADDR_SIZE); 3417 cfblk.addr_len = WAVELAN_ADDR_SIZE; 3499 outb(WAVELAN_ADDR_SIZE, PIOP(base)); /* byte count lsb */ [all …]
|
D | wavelan_cs.h | 599 typedef u_char mac_addr[WAVELAN_ADDR_SIZE]; /* Hardware address */
|