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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1207 u64 mac_addr_tmp; local
1229 mac_addr_tmp = __le32_to_cpu(req->param[2]);
1234 mac_addr_tmp |= (mac_addr_tmp_high << 31) << 1;
1244 cfg->mac_addr[i] = (mac_addr_tmp >> (8 * i)) & 0xff;

Completed in 122 milliseconds