Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Deeprom.h278 u8 macAddr[6]; member
308 u8 macAddr[6]; member
448 u8 macAddr[6]; member
Deeprom_9287.c161 pBase->macAddr); in ath9k_hw_ar9287_dump_eeprom()
297 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_ar9287_get_eeprom()
299 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_ar9287_get_eeprom()
301 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_ar9287_get_eeprom()
Deeprom_4k.c164 pBase->macAddr); in ath9k_hw_4k_dump_eeprom()
311 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_4k_get_eeprom()
313 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_4k_get_eeprom()
315 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_4k_get_eeprom()
Dar9003_eeprom.h303 u8 macAddr[6]; member
Dar9003_eeprom.c48 .macAddr = {0, 2, 3, 4, 5, 6},
627 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1206 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1785 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2363 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2982 return get_unaligned_be16(eep->macAddr); in ath9k_hw_ar9300_get_eeprom()
2984 return get_unaligned_be16(eep->macAddr + 2); in ath9k_hw_ar9300_get_eeprom()
2986 return get_unaligned_be16(eep->macAddr + 4); in ath9k_hw_ar9300_get_eeprom()
3497 ah->eeprom.ar9300_eep.macAddr); in ath9k_hw_ar9003_dump_eeprom()
Deeprom_def.c244 pBase->macAddr); in ath9k_hw_def_dump_eeprom()
393 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_def_get_eeprom()
395 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_def_get_eeprom()
397 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_def_get_eeprom()
/drivers/net/wireless/ath/carl9170/
Dfwcmd.h100 u8 macAddr[6]; member
Dmac.c487 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
/drivers/net/wireless/
Dairo.c563 u8 macAddr[ETH_ALEN]; member
2321 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len); in airo_set_mac_address()
3892 mac[i] = ai->config.macAddr[i]; in setup_card()