Home
last modified time | relevance | path

Searched refs:mac_addr_tmp (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c2514 uint64_t mac_addr_tmp; in hns3_parse_cfg() local
2530 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()