Searched refs:port_mac (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.h | 189 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 D | qed_vf.c | 1585 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 D | qed_l2.c | 2251 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 D | qed_sriov.c | 1626 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 D | qed_eth_if.h | 83 u8 port_mac[ETH_ALEN]; member
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 491 u8 port_mac[6]; member
|
H A D | i40e_common.c | 785 ether_addr_copy(mac_addr, addrs.port_mac); in i40e_get_port_mac_addr()
|