Searched refs:mac_high (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
1749 mac_high = QLCRD32(adapter, off2);
1752 mac_low |= (mac_low >> 16) | (mac_high << 16);
1753 mac_high >>= 16;
1757 mac[i] = (u8)(mac_high >> ((1 - i) * 8));

Completed in 31 milliseconds