Searched refs:macAddr (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | eeprom.h | 290 u8 macAddr[6]; member 320 u8 macAddr[6]; member 460 u8 macAddr[6]; member
|
A D | eeprom_9287.c | 167 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()
|
A D | eeprom_4k.c | 170 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()
|
A D | eeprom_def.c | 248 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()
|
A D | ar9003_eeprom.h | 315 u8 macAddr[6]; member
|
A D | ar9003_eeprom.c | 49 .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()
|
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/ |
A D | fwcmd.h | 101 u8 macAddr[6]; member
|
A D | mac.c | 483 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
|
/linux-6.3-rc2/drivers/net/wireless/cisco/ |
A D | airo.c | 568 u8 macAddr[ETH_ALEN]; member 2335 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len); in airo_set_mac_address() 3865 eth_hw_addr_set(dev, ai->config.macAddr); in airo_readconfig()
|
Completed in 50 milliseconds