diff options
author | Alex Maftei (amaftei) <amaftei@solarflare.com> | 2020-01-08 19:12:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-09 00:28:03 +0300 |
commit | 83975485077dda755a8db7dde30c80fd9cd182e5 (patch) | |
tree | 71d60538ff09bf790a1d31e81ab957c5e4c10bc9 /drivers/net/ethernet/sfc/efx.h | |
parent | e20ba5b1d13fbe558cf1f654eaef347f17a36f7a (diff) | |
download | linux-83975485077dda755a8db7dde30c80fd9cd182e5.tar.xz |
sfc: move channel alloc/removal code
Reallocation and copying code is included, as well as some housekeeping
code.
Other files have been patched up a bit to accommodate the changes.
Small code styling fixes included.
Signed-off-by: Alexandru-Mihai Maftei <amaftei@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.h')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/efx.h index 6ff454f2cb62..2b417e779e82 100644 --- a/drivers/net/ethernet/sfc/efx.h +++ b/drivers/net/ethernet/sfc/efx.h @@ -203,10 +203,6 @@ static inline bool efx_rss_active(struct efx_rss_context *ctx) return ctx->context_id != EFX_EF10_RSS_CONTEXT_INVALID; } -/* Channels */ -int efx_channel_dummy_op_int(struct efx_channel *channel); -void efx_channel_dummy_op_void(struct efx_channel *channel); - /* Ethtool support */ extern const struct ethtool_ops efx_ethtool_ops; |