Searched refs:mac_high (Results 1 – 1 of 1) sorted by relevance
1741 u32 mac_low, mac_high; in qlcnic_fetch_mac() local1745 mac_high = QLCRD32(adapter, off2); in qlcnic_fetch_mac()1748 mac_low |= (mac_low >> 16) | (mac_high << 16); in qlcnic_fetch_mac()1749 mac_high >>= 16; in qlcnic_fetch_mac()1753 mac[i] = (u8)(mac_high >> ((1 - i) * 8)); in qlcnic_fetch_mac()