Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c1252 u64 mac_addr_tmp; in hclge_parse_cfg() local
1274 mac_addr_tmp = __le32_to_cpu(req->param[2]); in hclge_parse_cfg()
1279 mac_addr_tmp |= (mac_addr_tmp_high << 31) << 1; in hclge_parse_cfg()
1289 cfg->mac_addr[i] = (mac_addr_tmp >> (8 * i)) & 0xff; in hclge_parse_cfg()