Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_br_ext.c272 unsigned char *macAddr, unsigned char *networkAddr) in __nat25_db_network_insert() argument
282 memcpy(db->macAddr, macAddr, ETH_ALEN); in __nat25_db_network_insert()
295 memcpy(db->macAddr, macAddr, ETH_ALEN); in __nat25_db_network_insert()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_br_ext.h19 unsigned char macAddr[6]; member
/linux-6.1.9/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()
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.h315 u8 macAddr[6]; member
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()
/linux-6.1.9/drivers/net/wireless/ath/carl9170/
Dfwcmd.h101 u8 macAddr[6]; member
Dmac.c483 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c568 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()