Searched refs:mac_high (Results 1 – 2 of 2) sorted by relevance
821 u32 mac_low, mac_high; in qlcnic_82xx_get_mac_address() local832 mac_high = cmd.rsp.arg[2]; in qlcnic_82xx_get_mac_address()835 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_82xx_get_mac_address()
2164 u32 mac_low, mac_high; in qlcnic_83xx_get_mac_address() local2175 mac_high = cmd.rsp.arg[2]; in qlcnic_83xx_get_mac_address()2178 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_83xx_get_mac_address()