Home
last modified time | relevance | path

Searched refs:macAddr (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Deeprom.h281 u8 macAddr[6]; member
311 u8 macAddr[6]; member
451 u8 macAddr[6]; member
Deeprom_9287.c166 pBase->macAddr); in ath9k_hw_ar9287_dump_eeprom()
302 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_ar9287_get_eeprom()
304 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_ar9287_get_eeprom()
306 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_ar9287_get_eeprom()
Deeprom_4k.c168 pBase->macAddr); in ath9k_hw_4k_dump_eeprom()
316 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_4k_get_eeprom()
318 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_4k_get_eeprom()
320 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_4k_get_eeprom()
Dar9003_eeprom.h287 u8 macAddr[6]; member
Dar9003_eeprom.c53 .macAddr = {0, 2, 3, 4, 5, 6},
627 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1201 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1775 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2348 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2971 return get_unaligned_be16(eep->macAddr); in ath9k_hw_ar9300_get_eeprom()
2973 return get_unaligned_be16(eep->macAddr + 2); in ath9k_hw_ar9300_get_eeprom()
2975 return get_unaligned_be16(eep->macAddr + 4); in ath9k_hw_ar9300_get_eeprom()
3483 ah->eeprom.ar9300_eep.macAddr); in ath9k_hw_ar9003_dump_eeprom()
Deeprom_def.c248 pBase->macAddr); in ath9k_hw_def_dump_eeprom()
409 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_def_get_eeprom()
411 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_def_get_eeprom()
413 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_def_get_eeprom()
Dhtc_drv_debug.c621 pBase->macAddr); in read_file_base_eeprom()
/linux-3.4.99/drivers/net/wireless/ath/carl9170/
Dfwcmd.h100 u8 macAddr[6]; member
Dmac.c471 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
/linux-3.4.99/drivers/net/wireless/
Dairo.c562 u8 macAddr[ETH_ALEN]; member
2323 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len); in airo_set_mac_address()
3874 mac[i] = ai->config.macAddr[i]; in setup_card()