Lines Matching refs:perm_mac_addr
2227 if (is_valid_ether_addr(hw->perm_mac_addr)) in get_permanent_address()
2265 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2300 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2310 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2327 hw->perm_mac_addr[0] = 0x00; in atl2_read_mac_addr()
2328 hw->perm_mac_addr[1] = 0x13; in atl2_read_mac_addr()
2329 hw->perm_mac_addr[2] = 0x74; in atl2_read_mac_addr()
2330 hw->perm_mac_addr[3] = 0x00; in atl2_read_mac_addr()
2331 hw->perm_mac_addr[4] = 0x5c; in atl2_read_mac_addr()
2332 hw->perm_mac_addr[5] = 0x38; in atl2_read_mac_addr()
2335 memcpy(hw->mac_addr, hw->perm_mac_addr, ETH_ALEN); in atl2_read_mac_addr()