sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix

Patch in preparation for the upcoming EF10 sriov support.

Signed-off-by: Shradha Shah <sshah@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Shradha Shah
2014-11-05 12:16:32 +00:00
committed by David S. Miller
parent 2dc313eca3
commit 327c685eb7
6 changed files with 149 additions and 141 deletions

View File

@@ -307,7 +307,7 @@ static int siena_probe_nic(struct efx_nic *efx)
if (rc)
goto fail5;
efx_sriov_probe(efx);
efx_siena_sriov_probe(efx);
efx_ptp_defer_probe_with_channel(efx);
return 0;