Searched refs:mac_high (Results 1 – 2 of 2) sorted by relevance
819 u32 mac_low, mac_high; in qlcnic_82xx_get_mac_address() local830 mac_high = cmd.rsp.arg[2]; in qlcnic_82xx_get_mac_address()833 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_82xx_get_mac_address()
2160 u32 mac_low, mac_high; in qlcnic_83xx_get_mac_address() local2172 mac_high = cmd.rsp.arg[2]; in qlcnic_83xx_get_mac_address()2175 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_83xx_get_mac_address()