]> git.baikalelectronics.ru Git - kernel.git/commit
sfc/siena: Remove build references to missing functionality
authorMartin Habets <habetsm.xilinx@gmail.com>
Mon, 9 May 2022 15:31:55 +0000 (16:31 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 May 2022 22:38:14 +0000 (15:38 -0700)
commit8ac5233bf89a5bf53fb591b27641cab5c7aab0fa
tree1d27ce379352ffe65cda8afeecb8f74d51ae01f7
parent97895c657c6f2ff68af0440d5414e6572468c336
sfc/siena: Remove build references to missing functionality

Functionality not supported or needed on Siena includes:
- Anything for EF100
- EF10 specifics such as register access, PIO and TSO offload.
Also only bind to Siena NICs.

Remove EF10 specifics from nic.h.
The functions that start with efx_farch_ will be removed from sfc.ko
with a subsequent patch.
Add the efx_ prefix to siena_prepare_flush() to make it consistent
with the other APIs.

Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/siena/efx.c
drivers/net/ethernet/sfc/siena/efx.h
drivers/net/ethernet/sfc/siena/nic.c
drivers/net/ethernet/sfc/siena/nic.h
drivers/net/ethernet/sfc/siena/nic_common.h
drivers/net/ethernet/sfc/siena/ptp.c
drivers/net/ethernet/sfc/siena/siena.c
drivers/net/ethernet/sfc/siena/siena_sriov.c
drivers/net/ethernet/sfc/siena/tx.c
drivers/net/ethernet/sfc/siena/workarounds.h