Searched refs:mac_addr_tmp (Results 1 – 1 of 1) sorted by relevance
2792 uint64_t mac_addr_tmp; in hns3_parse_cfg() local2816 mac_addr_tmp = rte_le_to_cpu_32(req->param[2]); in hns3_parse_cfg()2821 mac_addr_tmp |= (mac_addr_tmp_high << 31) << 1; in hns3_parse_cfg()2831 cfg->mac_addr[i] = (mac_addr_tmp >> (8 * i)) & 0xff; in hns3_parse_cfg()