Home
last modified time | relevance | path

Searched refs:port_mac (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h107 u8 *port_mac);
216 …LINE void ecore_vf_get_port_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *port_mac) {} in ecore_vf_get_port_mac() argument
H A Decore_vfpf_if.h227 u8 port_mac[ETH_ALEN]; member
H A Decore_vf.c1829 u8 *port_mac) in ecore_vf_get_port_mac() argument
1831 OSAL_MEMCPY(port_mac, in ecore_vf_get_port_mac()
1832 p_hwfn->vf_iov_info->acquire_resp.pfdev_info.port_mac, in ecore_vf_get_port_mac()
H A Decore_sriov.c1853 OSAL_MEMCPY(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, in ecore_iov_vf_mbx_acquire()
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h573 u8 port_mac[6]; member
H A Di40e_common.c1138 i40e_memcpy(mac_addr, &addrs.port_mac, sizeof(addrs.port_mac), in i40e_get_port_mac_addr()