Lines Matching refs:perm_mac_addr
2181 if (is_valid_ether_addr(hw->perm_mac_addr)) in get_permanent_address()
2219 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2254 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2264 memcpy(hw->perm_mac_addr, EthAddr, ETH_ALEN); in get_permanent_address()
2281 hw->perm_mac_addr[0] = 0x00; in atl2_read_mac_addr()
2282 hw->perm_mac_addr[1] = 0x13; in atl2_read_mac_addr()
2283 hw->perm_mac_addr[2] = 0x74; in atl2_read_mac_addr()
2284 hw->perm_mac_addr[3] = 0x00; in atl2_read_mac_addr()
2285 hw->perm_mac_addr[4] = 0x5c; in atl2_read_mac_addr()
2286 hw->perm_mac_addr[5] = 0x38; in atl2_read_mac_addr()
2289 memcpy(hw->mac_addr, hw->perm_mac_addr, ETH_ALEN); in atl2_read_mac_addr()