Searched refs:mac_low (Results 1 – 6 of 6) sorted by relevance
52 ret = m10bmc_sys_read(ddata, ddata->info->csr_map->mac_low, &macaddr_low); in mac_address_show()
98 .mac_low = M10BMC_N3000_MAC_LOW,
359 .mac_low = M10BMC_N6000_MAC_LOW,
188 unsigned int mac_low; member
820 u32 mac_low, mac_high; in qlcnic_82xx_get_mac_address() local830 mac_low = cmd.rsp.arg[1]; in qlcnic_82xx_get_mac_address()836 mac[i] = (u8) (mac_low >> ((5 - i) * 8)); in qlcnic_82xx_get_mac_address()
2168 u32 mac_low, mac_high; in qlcnic_83xx_get_mac_address() local2178 mac_low = cmd.rsp.arg[1]; in qlcnic_83xx_get_mac_address()2184 mac[i] = (u8) (mac_low >> ((5 - i) * 8)); in qlcnic_83xx_get_mac_address()
Completed in 17 milliseconds