Home
last modified time | relevance | path

Searched refs:local_mac (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sun/
Dsunvnet.c1759 static struct vnet *vnet_new(const u64 *local_mac) in vnet_new() argument
1772 dev->dev_addr[i] = (*local_mac >> (5 - i) * 8) & 0xff; in vnet_new()
1783 vp->local_mac = *local_mac; in vnet_new()
1811 static struct vnet *vnet_find_or_create(const u64 *local_mac) in vnet_find_or_create() argument
1818 if (iter->local_mac == *local_mac) { in vnet_find_or_create()
1824 vp = vnet_new(local_mac); in vnet_find_or_create()
1853 const u64 *local_mac = NULL; in vnet_find_parent() local
1864 local_mac = mdesc_get_property(hp, target, in vnet_find_parent()
1866 if (local_mac) in vnet_find_parent()
1869 if (!local_mac) in vnet_find_parent()
[all …]
Dsunvnet.h109 u64 local_mac; member
Dniu.h2990 u8 local_mac[6]; member
Dniu.c8146 prop_buf = np->vpd.local_mac; in niu_pci_vpd_scan_props()
8332 if (!is_valid_ether_addr(&vpd->local_mac[0])) { in niu_pci_vpd_validate()
8362 memcpy(dev->dev_addr, vpd->local_mac, ETH_ALEN); in niu_pci_vpd_validate()
/linux-4.1.27/Documentation/networking/
Dnetconsole.txt115 local_mac Local interface's MAC address (read-only)
/linux-4.1.27/drivers/net/
Dnetconsole.c516 NETCONSOLE_TARGET_ATTR_RO(local_mac);