Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Deeprom.h290 u8 macAddr[6]; member
320 u8 macAddr[6]; member
460 u8 macAddr[6]; member
Deeprom_9287.c167 pBase->macAddr); in ath9k_hw_ar9287_dump_eeprom()
244 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_ar9287_get_eeprom()
246 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_ar9287_get_eeprom()
248 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_ar9287_get_eeprom()
Deeprom_4k.c170 pBase->macAddr); in ath9k_hw_4k_dump_eeprom()
245 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_4k_get_eeprom()
247 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_4k_get_eeprom()
249 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_4k_get_eeprom()
Dar9003_eeprom.h315 u8 macAddr[6]; member
Deeprom_def.c248 pBase->macAddr); in ath9k_hw_def_dump_eeprom()
347 return get_unaligned_be16(pBase->macAddr); in ath9k_hw_def_get_eeprom()
349 return get_unaligned_be16(pBase->macAddr + 2); in ath9k_hw_def_get_eeprom()
351 return get_unaligned_be16(pBase->macAddr + 4); in ath9k_hw_def_get_eeprom()
Dar9003_eeprom.c49 .macAddr = {0, 2, 3, 4, 5, 6},
628 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1207 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
1786 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2364 .macAddr = {0x00, 0x03, 0x7f, 0x0, 0x0, 0x0},
2981 return get_unaligned_be16(eep->macAddr); in ath9k_hw_ar9300_get_eeprom()
2983 return get_unaligned_be16(eep->macAddr + 2); in ath9k_hw_ar9300_get_eeprom()
2985 return get_unaligned_be16(eep->macAddr + 4); in ath9k_hw_ar9300_get_eeprom()
3566 ah->eeprom.ar9300_eep.macAddr); in ath9k_hw_ar9003_dump_eeprom()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
Dfwcmd.h101 u8 macAddr[6]; member
Dmac.c487 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
Dairo.c569 u8 macAddr[ETH_ALEN]; member
2339 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len); in airo_set_mac_address()
3873 mac[i] = ai->config.macAddr[i]; in airo_readconfig()