|
@@ -55,11 +55,8 @@ static inline int efx_ef10_sriov_set_vf_spoofchk(struct efx_nic *efx, int vf,
|
|
|
return -EOPNOTSUPP;
|
|
|
}
|
|
|
|
|
|
-static inline int efx_ef10_sriov_get_vf_config(struct efx_nic *efx, int vf,
|
|
|
- struct ifla_vf_info *ivf)
|
|
|
-{
|
|
|
- return -EOPNOTSUPP;
|
|
|
-}
|
|
|
+int efx_ef10_sriov_get_vf_config(struct efx_nic *efx, int vf_i,
|
|
|
+ struct ifla_vf_info *ivf);
|
|
|
|
|
|
int efx_ef10_vswitching_probe_pf(struct efx_nic *efx);
|
|
|
int efx_ef10_vswitching_probe_vf(struct efx_nic *efx);
|