Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
A Dqed.h317 unsigned char hw_mac_addr[ETH_ALEN]; member
A Dqed_rdma.c424 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()
A Dqed_dev.c697 p_hwfn->hw_info.hw_mac_addr); in qed_llh_hw_init_pf()
3409 p_hwfn->hw_info.hw_mac_addr); in qed_hw_stop()
4539 ether_addr_copy(p_hwfn->hw_info.hw_mac_addr, in qed_get_hw_info()
4542 eth_random_addr(p_hwfn->hw_info.hw_mac_addr); in qed_get_hw_info()
A Dqed_main.c405 ether_addr_copy(dev_info->hw_mac, hw_info->hw_mac_addr); in qed_fill_dev_info()
A Dqed_l2.c2252 cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_eth_dev_info()
A Dqed_sriov.c1626 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
/drivers/net/ethernet/marvell/
A Dmvneta.c5489 char hw_mac_addr[ETH_ALEN]; in mvneta_probe() local
5627 mvneta_get_mac_addr(pp, hw_mac_addr); in mvneta_probe()
5628 if (is_valid_ether_addr(hw_mac_addr)) { in mvneta_probe()
5630 eth_hw_addr_set(dev, hw_mac_addr); in mvneta_probe()
/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c6175 char hw_mac_addr[ETH_ALEN] = {0}; in mvpp2_port_copy_mac_addr() local
6186 mvpp21_get_mac_address(port, hw_mac_addr); in mvpp2_port_copy_mac_addr()
6187 if (is_valid_ether_addr(hw_mac_addr)) { in mvpp2_port_copy_mac_addr()
6189 eth_hw_addr_set(dev, hw_mac_addr); in mvpp2_port_copy_mac_addr()

Completed in 173 milliseconds