Home
last modified time | relevance | path

Searched refs:mac_addr0 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c70 iowrite32be(0, &regs->mac_addr0.mac_addr_l); in fman_memac_clear_addr_in_paddr()
71 iowrite32be(0, &regs->mac_addr0.mac_addr_u); in fman_memac_clear_addr_in_paddr()
91 iowrite32be(tmp0, &regs->mac_addr0.mac_addr_l); in fman_memac_add_addr_in_paddr()
92 iowrite32be(tmp1, &regs->mac_addr0.mac_addr_u); in fman_memac_add_addr_in_paddr()
/freebsd-12.1/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h193 struct mac_addr mac_addr0; /* 0x00C-0x010 MAC_ADDR_0...1 */ member
/freebsd-12.1/sys/dev/qlxge/
H A Dqls_hw.h1006 uint8_t mac_addr0[6]; member
H A Dqls_hw.c1898 bcopy(ha->flash.mac_addr0, ha->mac_addr, ETHER_ADDR_LEN); in qls_rd_nic_params()
/freebsd-12.1/sys/dev/iwm/
H A Dif_iwm.c2046 uint32_t mac_addr0 = in iwm_set_hw_address_family_8000() local
2051 hw_addr = (const uint8_t *)&mac_addr0; in iwm_set_hw_address_family_8000()