Home
last modified time | relevance | path

Searched refs:hw_mac_addr (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_kstats.c163 (knp++)->value.ui64 = infop->hw_mac_addr; in nge_chipinfo_update()
H A Dnge_chip.c969 mac_addr = (uint32_t)ngep->chipinfo.hw_mac_addr; in nge_restore_mac_addr()
971 mac_addr = (uint32_t)(ngep->chipinfo.hw_mac_addr >> 32); in nge_restore_mac_addr()
1018 ngep->chipinfo.hw_mac_addr = mac; in nge_chip_reset()
H A Dnge.h591 uint64_t hw_mac_addr; /* from chip register */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h469 unsigned char hw_mac_addr[ETH_ALEN]; member
H A Decore_dev.c3738 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, in ecore_get_hw_info()
3744 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, mcp_hw_mac, ETH_ALEN); in ecore_get_hw_info()
3745 p_hwfn->hw_info.hw_mac_addr[5] = p_hwfn->abs_pf_id; in ecore_get_hw_info()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h651 uint64_t hw_mac_addr; /* from chip register */ member
H A Dbge_kstats.c336 (knp++)->value.ui64 = bgep->chipid.hw_mac_addr; in bge_chipid_update()
H A Dbge_main2.c3051 cidp->hw_mac_addr,
H A Dbge_chip2.c4313 bgep->chipid.hw_mac_addr = mac; in bge_chip_reset()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c3414 memcpy(qede->ether_addr, edev->hwfns->hw_info.hw_mac_addr, in qede_attach()