Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h189 u8 port_mac[ETH_ALEN]; member
802 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac);
1104 static inline void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument
H A Dqed_vf.c1585 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument
1587 memcpy(port_mac, in qed_vf_get_port_mac()
1588 p_hwfn->vf_iov_info->acquire_resp.pfdev_info.port_mac, ETH_ALEN); in qed_vf_get_port_mac()
H A Dqed_l2.c2251 ether_addr_copy(info->port_mac, in qed_fill_eth_dev_info()
2279 qed_vf_get_port_mac(&cdev->hwfns[0], info->port_mac); in qed_fill_eth_dev_info()
H A Dqed_sriov.c1626 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
/openbmc/linux/include/linux/qed/
H A Dqed_eth_if.h83 u8 port_mac[ETH_ALEN]; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h491 u8 port_mac[6]; member
H A Di40e_common.c785 ether_addr_copy(mac_addr, addrs.port_mac); in i40e_get_port_mac_addr()