Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h48 u8 forced_mac[ETH_ALEN]; member
Dqed_sriov.c4654 ether_addr_copy(vf_info->forced_mac, mac); in qed_sriov_pf_set_mac()
4722 if (is_valid_ether_addr(vf_info->forced_mac)) in qed_get_vf_config()
4723 ether_addr_copy(ivi->mac, vf_info->forced_mac); in qed_get_vf_config()
4977 if (is_valid_ether_addr(info->forced_mac) && in qed_pf_validate_req_vf_mac()
4978 (!mac || !ether_addr_equal(mac, info->forced_mac))) in qed_pf_validate_req_vf_mac()
4992 qed_iov_bulletin_set_forced_mac(hwfn, info->forced_mac, vfid); in qed_set_bulletin_mac()
5096 eth_zero_addr(vf_info->forced_mac); in qed_update_mac_for_vf_trust_change()