Lines Matching refs:perm_mac_addr
2231 if (is_valid_ether_addr(hw->perm_mac_addr)) in get_permanent_address()
2269 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2304 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2314 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2331 hw->perm_mac_addr[0] = 0x00; in atl2_read_mac_addr()
2332 hw->perm_mac_addr[1] = 0x13; in atl2_read_mac_addr()
2333 hw->perm_mac_addr[2] = 0x74; in atl2_read_mac_addr()
2334 hw->perm_mac_addr[3] = 0x00; in atl2_read_mac_addr()
2335 hw->perm_mac_addr[4] = 0x5c; in atl2_read_mac_addr()
2336 hw->perm_mac_addr[5] = 0x38; in atl2_read_mac_addr()
2339 memcpy(hw->mac_addr, hw->perm_mac_addr, ETH_ALEN); in atl2_read_mac_addr()