__ice_set_vf_mac
return __ice_set_vf_mac(pf, vf_id, hw_addr);
return __ice_set_vf_mac(ice_netdev_to_pf(netdev), vf_id, mac);
int __ice_set_vf_mac(struct ice_pf *pf, u16 vf_id, const u8 *mac);