Searched refs:hw_mac_addr (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_rdma.c | 415 guid[0] = p_hwfn->hw_info.hw_mac_addr[0] ^ 2; in qed_rdma_get_guid() 416 guid[1] = p_hwfn->hw_info.hw_mac_addr[1]; in qed_rdma_get_guid() 417 guid[2] = p_hwfn->hw_info.hw_mac_addr[2]; in qed_rdma_get_guid() 420 guid[5] = p_hwfn->hw_info.hw_mac_addr[3]; in qed_rdma_get_guid() 421 guid[6] = p_hwfn->hw_info.hw_mac_addr[4]; in qed_rdma_get_guid() 422 guid[7] = p_hwfn->hw_info.hw_mac_addr[5]; in qed_rdma_get_guid() 1428 (u8 *)&p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_rdma_modify_qp()
|
H A D | qed.h | 318 unsigned char hw_mac_addr[ETH_ALEN]; member
|
H A D | qed_dev.c | 713 p_hwfn->hw_info.hw_mac_addr); in qed_llh_hw_init_pf() 3342 p_hwfn->hw_info.hw_mac_addr); in qed_hw_stop() 4461 ether_addr_copy(p_hwfn->hw_info.hw_mac_addr, in qed_get_hw_info() 4464 eth_random_addr(p_hwfn->hw_info.hw_mac_addr); in qed_get_hw_info()
|
H A D | qed_main.c | 439 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr); in qed_fill_dev_info()
|
H A D | qed_l2.c | 2242 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info()
|
H A D | qed_sriov.c | 1624 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 317 unsigned char hw_mac_addr[ETH_ALEN]; member
|
H A D | qed_rdma.c | 424 p_hwfn->hw_info.hw_mac_addr); in qed_rdma_init_devinfo() 1401 (u8 *)&p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_rdma_modify_qp()
|
H A D | qed_dev.c | 716 p_hwfn->hw_info.hw_mac_addr); in qed_llh_hw_init_pf() 3428 p_hwfn->hw_info.hw_mac_addr); in qed_hw_stop() 4558 ether_addr_copy(p_hwfn->hw_info.hw_mac_addr, in qed_get_hw_info() 4561 eth_random_addr(p_hwfn->hw_info.hw_mac_addr); in qed_get_hw_info()
|
H A D | qed_main.c | 406 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr); in qed_fill_dev_info()
|
H A D | qed_l2.c | 2252 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info()
|
H A D | qed_sriov.c | 1626 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 5066 char hw_mac_addr[ETH_ALEN]; in mvneta_probe() local 5166 mvneta_get_mac_addr(pp, hw_mac_addr); in mvneta_probe() 5167 if (is_valid_ether_addr(hw_mac_addr)) { in mvneta_probe() 5169 memcpy(dev->dev_addr, hw_mac_addr, ETH_ALEN); in mvneta_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 5461 char hw_mac_addr[ETH_ALEN]; in mvneta_probe() local 5593 mvneta_get_mac_addr(pp, hw_mac_addr); in mvneta_probe() 5594 if (is_valid_ether_addr(hw_mac_addr)) { in mvneta_probe() 5596 eth_hw_addr_set(dev, hw_mac_addr); in mvneta_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 5742 char hw_mac_addr[ETH_ALEN] = {0}; in mvpp2_port_copy_mac_addr() local 5752 mvpp21_get_mac_address(port, hw_mac_addr); in mvpp2_port_copy_mac_addr() 5753 if (is_valid_ether_addr(hw_mac_addr)) { in mvpp2_port_copy_mac_addr() 5755 ether_addr_copy(dev->dev_addr, hw_mac_addr); in mvpp2_port_copy_mac_addr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 6127 char hw_mac_addr[ETH_ALEN] = {0}; in mvpp2_port_copy_mac_addr() local 6138 mvpp21_get_mac_address(port, hw_mac_addr); in mvpp2_port_copy_mac_addr() 6139 if (is_valid_ether_addr(hw_mac_addr)) { in mvpp2_port_copy_mac_addr() 6141 eth_hw_addr_set(dev, hw_mac_addr); in mvpp2_port_copy_mac_addr()
|
Completed in 80 milliseconds