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

/linux-master/drivers/net/ethernet/qlogic/qed/
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_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);
H A Dqed_main.c406 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr);
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);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c5462 char hw_mac_addr[ETH_ALEN]; local
5594 mvneta_get_mac_addr(pp, hw_mac_addr);
5595 if (is_valid_ether_addr(hw_mac_addr)) {
5597 eth_hw_addr_set(dev, hw_mac_addr);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6106 char hw_mac_addr[ETH_ALEN] = {0}; local
6117 mvpp21_get_mac_address(port, hw_mac_addr);
6118 if (is_valid_ether_addr(hw_mac_addr)) {
6120 eth_hw_addr_set(dev, hw_mac_addr);

Completed in 323 milliseconds