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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h189 u8 port_mac[ETH_ALEN]; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
798 * @port_mac: destination location for port mac
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) argument
H A Dqed_vf.c1585 void qed_vf_get_port_mac(struct qed_hwfn *p_hwfn, u8 *port_mac) argument
1587 memcpy(port_mac,
1588 p_hwfn->vf_iov_info->acquire_resp.pfdev_info.port_mac, ETH_ALEN);
H A Dqed_l2.c2251 ether_addr_copy(info->port_mac,
2279 qed_vf_get_port_mac(&cdev->hwfns[0], info->port_mac);
H A Dqed_sriov.c1626 memcpy(pfdev_info->port_mac, p_hwfn->hw_info.hw_mac_addr, ETH_ALEN);
/linux-master/include/linux/qed/
H A Dqed_eth_if.h83 u8 port_mac[ETH_ALEN]; member in struct:qed_dev_eth_info
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h491 u8 port_mac[6]; member in struct:i40e_aqc_mac_address_read_data
H A Di40e_common.c779 ether_addr_copy(mac_addr, addrs.port_mac);

Completed in 217 milliseconds