Searched refs:mac_addr_tmp (Results 1 – 1 of 1) sorted by relevance
1294 u64 mac_addr_tmp; in hclge_parse_cfg() local1316 mac_addr_tmp = __le32_to_cpu(req->param[2]); in hclge_parse_cfg()1321 mac_addr_tmp |= (mac_addr_tmp_high << 31) << 1; in hclge_parse_cfg()1331 cfg->mac_addr[i] = (mac_addr_tmp >> (8 * i)) & 0xff; in hclge_parse_cfg()