Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h48 u8 forced_mac[ETH_ALEN]; member
Dqed_sriov.c4657 ether_addr_copy(vf_info->forced_mac, mac); in qed_sriov_pf_set_mac()
4725 if (is_valid_ether_addr(vf_info->forced_mac)) in qed_get_vf_config()
4726 ether_addr_copy(ivi->mac, vf_info->forced_mac); in qed_get_vf_config()
4980 if (is_valid_ether_addr(info->forced_mac) && in qed_pf_validate_req_vf_mac()
4981 (!mac || !ether_addr_equal(mac, info->forced_mac))) in qed_pf_validate_req_vf_mac()
4995 qed_iov_bulletin_set_forced_mac(hwfn, info->forced_mac, vfid); in qed_set_bulletin_mac()
5099 eth_zero_addr(vf_info->forced_mac); in qed_update_mac_for_vf_trust_change()