Searched refs:mac_addr_lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c687 unsigned int mac_addr_hi, mac_addr_lo; local
690 mac_addr_lo = 0;
694 mac_addr = (u8 *)&mac_addr_lo;
708 XGMAC_IOWRITE(pdata, *mac_reg, mac_addr_lo);
737 unsigned int mac_addr_hi, mac_addr_lo; local
740 mac_addr_lo = (addr[3] << 24) | (addr[2] << 16) |
744 XGMAC_IOWRITE(pdata, MAC_MACA0LR, mac_addr_lo);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h60 u32 mac_addr_lo; member in struct:nvm_cfg_mac_address

Completed in 123 milliseconds