Home
last modified time | relevance | path

Searched refs:forced_mac (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h48 u8 forced_mac[ETH_ALEN]; member
Dqed_sriov.c4626 ether_addr_copy(vf_info->forced_mac, mac); in qed_sriov_pf_set_mac()
4694 if (is_valid_ether_addr(vf_info->forced_mac)) in qed_get_vf_config()
4695 ether_addr_copy(ivi->mac, vf_info->forced_mac); in qed_get_vf_config()
4948 if (is_valid_ether_addr(info->forced_mac) && in qed_pf_validate_req_vf_mac()
4949 (!mac || !ether_addr_equal(mac, info->forced_mac))) in qed_pf_validate_req_vf_mac()
4963 qed_iov_bulletin_set_forced_mac(hwfn, info->forced_mac, vfid); in qed_set_bulletin_mac()
5067 eth_zero_addr(vf_info->forced_mac); in qed_update_mac_for_vf_trust_change()