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