Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.c412 guid[0] = p_hwfn->hw_info.hw_mac_addr[0] ^ 2; in qed_rdma_get_guid()
413 guid[1] = p_hwfn->hw_info.hw_mac_addr[1]; in qed_rdma_get_guid()
414 guid[2] = p_hwfn->hw_info.hw_mac_addr[2]; in qed_rdma_get_guid()
417 guid[5] = p_hwfn->hw_info.hw_mac_addr[3]; in qed_rdma_get_guid()
418 guid[6] = p_hwfn->hw_info.hw_mac_addr[4]; in qed_rdma_get_guid()
419 guid[7] = p_hwfn->hw_info.hw_mac_addr[5]; in qed_rdma_get_guid()
1386 (u8 *)&p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_rdma_modify_qp()
Dqed.h356 unsigned char hw_mac_addr[ETH_ALEN]; member
Dqed_dev.c739 p_hwfn->hw_info.hw_mac_addr); in qed_llh_hw_init_pf()
3341 p_hwfn->hw_info.hw_mac_addr); in qed_hw_stop()
4327 ether_addr_copy(p_hwfn->hw_info.hw_mac_addr, in qed_get_hw_info()
4330 eth_random_addr(p_hwfn->hw_info.hw_mac_addr); in qed_get_hw_info()
Dqed_main.c274 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr); in qed_fill_dev_info()
Dqed_l2.c2258 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info()
Dqed_sriov.c1644 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c4479 char hw_mac_addr[ETH_ALEN]; in mvneta_probe() local
4580 mvneta_get_mac_addr(pp, hw_mac_addr); in mvneta_probe()
4581 if (is_valid_ether_addr(hw_mac_addr)) { in mvneta_probe()
4583 memcpy(dev->dev_addr, hw_mac_addr, ETH_ALEN); in mvneta_probe()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4723 char hw_mac_addr[ETH_ALEN] = {0}; in mvpp2_port_copy_mac_addr() local
4733 mvpp21_get_mac_address(port, hw_mac_addr); in mvpp2_port_copy_mac_addr()
4734 if (is_valid_ether_addr(hw_mac_addr)) { in mvpp2_port_copy_mac_addr()
4736 ether_addr_copy(dev->dev_addr, hw_mac_addr); in mvpp2_port_copy_mac_addr()