Searched refs:macAddr (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/ |
H A D | baseboard-fru-handler.sh | 139 macAddr=$(echo "${line}" | cut -f 2- -d '=' || :) 140 if [ -n "${ifaceName}" ] && [ -n "${macAddr}" ]; then 142 if [ "${macAddr}" != "${curMacAddr}" ] ; then 143 log_msg "Changing MAC address for ${ifaceName}: ${curMacAddr} -> ${macAddr}" 147 if ! set_hw_mac "${ifaceName}" "${macAddr}"; then 151 if ! set_fw_env_mac "${ifaceName}" "${macAddr}"; then
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | 290 u8 macAddr[6]; member 320 u8 macAddr[6]; member 460 u8 macAddr[6]; member
|
H 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()
|
H 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()
|
H 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()
|
H A D | ar9003_eeprom.h | 315 u8 macAddr[6]; member
|
H 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()
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | pack.cpp | 477 constexpr std::array<uint8_t, macSize> macAddr{0}; in TEST() local 478 lanSession.emplace(0x0a010105, macAddr, 55327); in TEST()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | fwcmd.h | 101 u8 macAddr[6]; member
|
H A D | mac.c | 483 memcpy(&key.macAddr, mac, ETH_ALEN); in carl9170_upload_key()
|
/openbmc/linux/drivers/net/wireless/cisco/ |
H 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()
|