sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon code
By putting all the efx_{siena,ef10}_sriov_* declarations in {siena,ef10}_sriov.h, ensure they cannot be called from nic-generic code. Also fixes up an instance of this, where mcdi.c was calling efx_siena_sriov_flr. The single instance of netdev_ops should call general high level functions that can then call something adapter specific in efx_nic_type. We should only do adapter specialisation via efx_nic_type. Removal of sriov functionality from the Falcon code means that tests are needed for the presence of some callbacks. Signed-off-by: Shradha Shah <sshah@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f926204b8b
commit
7fa8d54704
@@ -2766,11 +2766,6 @@ const struct efx_nic_type falcon_a1_nic_type = {
|
||||
.mtd_write = falcon_mtd_write,
|
||||
.mtd_sync = falcon_mtd_sync,
|
||||
#endif
|
||||
.sriov_init = efx_falcon_sriov_init,
|
||||
.sriov_fini = efx_falcon_sriov_fini,
|
||||
.sriov_mac_address_changed = efx_falcon_sriov_mac_address_changed,
|
||||
.sriov_wanted = efx_falcon_sriov_wanted,
|
||||
.sriov_reset = efx_falcon_sriov_reset,
|
||||
|
||||
.revision = EFX_REV_FALCON_A1,
|
||||
.txd_ptr_tbl_base = FR_AA_TX_DESC_PTR_TBL_KER,
|
||||
@@ -2867,11 +2862,6 @@ const struct efx_nic_type falcon_b0_nic_type = {
|
||||
.mtd_write = falcon_mtd_write,
|
||||
.mtd_sync = falcon_mtd_sync,
|
||||
#endif
|
||||
.sriov_init = efx_falcon_sriov_init,
|
||||
.sriov_fini = efx_falcon_sriov_fini,
|
||||
.sriov_mac_address_changed = efx_falcon_sriov_mac_address_changed,
|
||||
.sriov_wanted = efx_falcon_sriov_wanted,
|
||||
.sriov_reset = efx_falcon_sriov_reset,
|
||||
|
||||
.revision = EFX_REV_FALCON_B0,
|
||||
.txd_ptr_tbl_base = FR_BZ_TX_DESC_PTR_TBL,
|
||||
|
Reference in New Issue
Block a user