Searched refs:hw_mac_addr (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c405 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr);
H A Dqed.h317 unsigned char hw_mac_addr[ETH_ALEN]; member in struct:qed_hw_info
H A Dqed_rdma.c424 p_hwfn->hw_info.hw_mac_addr);
1401 (u8 *)&p_hwfn->hw_info.hw_mac_addr, ETH_ALEN);
H A Dqed_l2.c2252 cdev->hwfns[0].hw_info.hw_mac_addr);
H A Dqed_sriov.c1626 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN);
H A Dqed_dev.c716 p_hwfn->hw_info.hw_mac_addr);
3428 p_hwfn->hw_info.hw_mac_addr);
4558 ether_addr_copy(p_hwfn->hw_info.hw_mac_addr,
4561 eth_random_addr(p_hwfn->hw_info.hw_mac_addr);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6107 char hw_mac_addr[ETH_ALEN] = {0}; local
6118 mvpp21_get_mac_address(port, hw_mac_addr);
6119 if (is_valid_ether_addr(hw_mac_addr)) {
6121 eth_hw_addr_set(dev, hw_mac_addr);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c5463 char hw_mac_addr[ETH_ALEN]; local
5595 mvneta_get_mac_addr(pp, hw_mac_addr);
5596 if (is_valid_ether_addr(hw_mac_addr)) {
5598 eth_hw_addr_set(dev, hw_mac_addr);

Completed in 265 milliseconds