Searched refs:epaddr (Results 1 – 1 of 1) sorted by relevance
148 struct ethtool_perm_addr epaddr; in GetFactoryMacAddress() member152 struct ethtool_perm_addr* epaddr = &epaddr_buf.epaddr; in GetFactoryMacAddress() local165 epaddr->cmd = ETHTOOL_GPERMADDR; in GetFactoryMacAddress()166 epaddr->size = ETH_ALEN; in GetFactoryMacAddress()167 ifr.ifr_data = epaddr; in GetFactoryMacAddress()172 } else if (epaddr->size == ETH_ALEN) { in GetFactoryMacAddress()173 memcpy(paddr.data(), epaddr->data, ETH_ALEN); in GetFactoryMacAddress()