Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore.h484 unsigned char hw_mac_addr[ETH_ALEN]; member
HDecore_dev.c850 p_hwfn->hw_info.hw_mac_addr); in ecore_llh_hw_init_pf()
4192 p_hwfn->hw_info.hw_mac_addr); in ecore_hw_stop()
5616 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, in ecore_get_hw_info()
5622 OSAL_MEMCPY(p_hwfn->hw_info.hw_mac_addr, mcp_hw_mac, ETH_ALEN); in ecore_get_hw_info()
5623 p_hwfn->hw_info.hw_mac_addr[5] = p_hwfn->abs_pf_id; in ecore_get_hw_info()
HDecore_rdma.c573 OSAL_MEMCPY(&mac_addr[0], &p_hwfn->hw_info.hw_mac_addr[0], ETH_ALEN); in ecore_rdma_get_guid()
1705 (u8 *)&p_hwfn->hw_info.hw_mac_addr, in ecore_rdma_modify_qp()
HDecore_sriov.c1853 OSAL_MEMCPY(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, in ecore_iov_vf_mbx_acquire()
HDqlnx_os.c3785 return (p_hwfn->hw_info.hw_mac_addr); in qlnx_get_mac_addr()