Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h216 u8 port_mac[ETH_ALEN]; member
810 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac);
1094 static inline void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument
Dqed_vf.c1591 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument
1593 memcpy(port_mac, in qed_vf_get_port_mac()
1594 p_hwfn->vf_iov_info->acquire_resp.pfdev_info.port_mac, ETH_ALEN); in qed_vf_get_port_mac()
Dqed_l2.c2245 ether_addr_copy(info->port_mac, in qed_fill_eth_dev_info()
2273 qed_vf_get_port_mac(&cdev->hwfns[0], info->port_mac); in qed_fill_eth_dev_info()
Dqed_sriov.c1642 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
/Linux-v4.19/include/linux/qed/
Dqed_eth_if.h109 u8 port_mac[ETH_ALEN]; member
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h530 u8 port_mac[6]; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h533 u8 port_mac[6]; member
Di40e_common.c1033 ether_addr_copy(mac_addr, addrs.port_mac); in i40e_get_port_mac_addr()