linux/drivers/net/ethernet/sfc
Edward Cree 9043f48fd3 sfc: split up nic.h
The new nic_common.h contains the inlines for NIC-type function dispatch,
 declarations for NIC-generic functions in nic.c, and other similar NIC-
 generic functionality.  Retained in nic.h are NIC-specific declarations
 such as the siena and ef10 nic_data structs and various farch functions.

The EF100 driver will thus include nic_common.h but not nic.h.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-29 17:37:48 -07:00
..
falcon treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
bitfield.h sfc: extend bitfield macros up to POPULATE_DWORD_13 2020-06-29 17:37:48 -07:00
ef10.c sfc: split up nic.h 2020-06-29 17:37:48 -07:00
ef10_regs.h
ef10_sriov.c sfc: move vport_id to struct efx_nic 2020-05-11 13:31:49 -07:00
ef10_sriov.h
efx.c sfc: remove unused variable 'efx_default_channel_type' 2020-02-19 16:26:02 -08:00
efx.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-12 22:34:48 -07:00
efx_channels.c sfc: don't try to create more channels than we can have VIs 2020-06-29 17:37:48 -07:00
efx_channels.h
efx_common.c sfc: fix XDP-redirect in this driver 2020-03-16 18:22:43 -07:00
efx_common.h
enum.h
ethtool.c net: sfc: reject unsupported coalescing params 2020-03-17 20:56:57 -07:00
ethtool_common.c
ethtool_common.h
farch.c
farch_regs.h
filter.h
io.h
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile
mcdi.c sfc: make firmware-variant printing a nic_type function 2020-05-11 13:31:49 -07:00
mcdi.h sfc: determine flag word automatically in efx_has_cap() 2020-06-29 17:37:48 -07:00
mcdi_filters.c sfc: determine flag word automatically in efx_has_cap() 2020-06-29 17:37:48 -07:00
mcdi_filters.h sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_table 2020-05-11 13:31:49 -07:00
mcdi_functions.c sfc: move vport_id to struct efx_nic 2020-05-11 13:31:49 -07:00
mcdi_functions.h
mcdi_mon.c
mcdi_pcol.h sfc: update MCDI protocol headers 2020-06-29 17:37:48 -07:00
mcdi_port.c sfc: move vport_id to struct efx_nic 2020-05-11 13:31:49 -07:00
mcdi_port_common.c
mcdi_port_common.h
mtd.c
net_driver.h sfc: don't try to create more channels than we can have VIs 2020-06-29 17:37:48 -07:00
nic.c sfc: refactor EF10 stats handling 2020-06-29 17:37:48 -07:00
nic.h sfc: split up nic.h 2020-06-29 17:37:48 -07:00
nic_common.h sfc: split up nic.h 2020-06-29 17:37:48 -07:00
ptp.c sfc: split up nic.h 2020-06-29 17:37:48 -07:00
ptp.h sfc: split up nic.h 2020-06-29 17:37:48 -07:00
rx.c xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame 2020-06-01 15:02:53 -07:00
rx_common.c sfc: fix XDP-redirect in this driver 2020-03-16 18:22:43 -07:00
rx_common.h
selftest.c
selftest.h
siena.c sfc: don't try to create more channels than we can have VIs 2020-06-29 17:37:48 -07:00
siena_sriov.c
siena_sriov.h
sriov.c
sriov.h
tx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-12 22:34:48 -07:00
tx.h
tx_common.c sfc: complete the next packet when we receive a timestamp 2020-03-05 14:56:57 -08:00
tx_common.h sfc: complete the next packet when we receive a timestamp 2020-03-05 14:56:57 -08:00
tx_tso.c
vfdi.h
workarounds.h