Lines Matching refs:perm_mac_addr
2230 if (is_valid_ether_addr(hw->perm_mac_addr)) in get_permanent_address()
2268 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2303 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2313 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2330 hw->perm_mac_addr[0] = 0x00; in atl2_read_mac_addr()
2331 hw->perm_mac_addr[1] = 0x13; in atl2_read_mac_addr()
2332 hw->perm_mac_addr[2] = 0x74; in atl2_read_mac_addr()
2333 hw->perm_mac_addr[3] = 0x00; in atl2_read_mac_addr()
2334 hw->perm_mac_addr[4] = 0x5c; in atl2_read_mac_addr()
2335 hw->perm_mac_addr[5] = 0x38; in atl2_read_mac_addr()
2338 memcpy(hw->mac_addr, hw->perm_mac_addr, ETH_ALEN); in atl2_read_mac_addr()