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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c1745 u32 mac_low, mac_high; local
1748 mac_low = QLCRD32(adapter, off1);
1752 mac_low |= (mac_low >> 16) | (mac_high << 16);
1759 mac[i] = (u8)(mac_low >> ((5 - i) * 8));

Completed in 57 milliseconds