Searched refs:mac_high (Results 1 – 2 of 2) sorted by relevance
820 u32 mac_low, mac_high; in qlcnic_82xx_get_mac_address() local831 mac_high = cmd.rsp.arg[2]; in qlcnic_82xx_get_mac_address()834 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_82xx_get_mac_address()
2168 u32 mac_low, mac_high; in qlcnic_83xx_get_mac_address() local2179 mac_high = cmd.rsp.arg[2]; in qlcnic_83xx_get_mac_address()2182 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_83xx_get_mac_address()