Searched refs:port_mac (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
D | qed_vf.h | 189 u8 port_mac[ETH_ALEN]; member 783 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac); 1067 static inline void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument
|
D | qed_vf.c | 1588 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) in qed_vf_get_port_mac() argument 1590 memcpy(port_mac, in qed_vf_get_port_mac() 1591 p_hwfn->vf_iov_info->acquire_resp.pfdev_info.port_mac, ETH_ALEN); in qed_vf_get_port_mac()
|
D | qed_l2.c | 2242 ether_addr_copy(info->port_mac, in qed_fill_eth_dev_info() 2270 qed_vf_get_port_mac(&cdev->hwfns[0], info->port_mac); in qed_fill_eth_dev_info()
|
D | qed_sriov.c | 1624 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN); in qed_iov_vf_mbx_acquire()
|
/Linux-v5.15/include/linux/qed/ |
D | qed_eth_if.h | 83 u8 port_mac[ETH_ALEN]; member
|
/Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 488 u8 port_mac[6]; member
|
D | i40e_common.c | 926 ether_addr_copy(mac_addr, addrs.port_mac); in i40e_get_port_mac_addr()
|