Searched refs:hw_mac_addr (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_main.c | 185 rte_memcpy(hwfn->hw_info.hw_mac_addr, mac, ETH_ALEN); in qed_handle_bulletin_change() 384 rte_memcpy(&dev_info->hw_mac, &edev->hwfns[0].hw_info.hw_mac_addr, in qed_fill_dev_info() 452 rte_memcpy(&info->port_mac, &edev->hwfns[0].hw_info.hw_mac_addr, in qed_fill_eth_dev_info()
|
| H A D | qede_ethdev.c | 2676 hw_info.hw_mac_addr, in qede_common_dev_init()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore.h | 414 unsigned char hw_mac_addr[ETH_ALEN]; member
|
| H A D | ecore_dev.c | 811 p_hwfn->hw_info.hw_mac_addr); in ecore_llh_hw_init_pf() 4130 p_hwfn->hw_info.hw_mac_addr); in ecore_hw_stop() 5405 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, in ecore_get_hw_info() 5411 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, mcp_hw_mac, ETH_ALEN); in ecore_get_hw_info() 5412 p_hwfn->hw_info.hw_mac_addr[5] = p_hwfn->abs_pf_id; in ecore_get_hw_info()
|
| H A D | ecore_sriov.c | 1882 OSAL_MEMCPY(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, in ecore_iov_vf_mbx_acquire()
|