sfc: Add filter table management
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a77f5db361
commit
64eebcfd89
@ -619,6 +619,8 @@ union efx_multicast_hash {
|
||||
efx_oword_t oword[EFX_MCAST_HASH_ENTRIES / sizeof(efx_oword_t) / 8];
|
||||
};
|
||||
|
||||
struct efx_filter_state;
|
||||
|
||||
/**
|
||||
* struct efx_nic - an Efx NIC
|
||||
* @name: Device name (net device name or bus id before net device registered)
|
||||
@ -799,6 +801,8 @@ struct efx_nic {
|
||||
u64 loopback_modes;
|
||||
|
||||
void *loopback_selftest;
|
||||
|
||||
struct efx_filter_state *filter_state;
|
||||
};
|
||||
|
||||
static inline int efx_dev_registered(struct efx_nic *efx)
|
||||
|
Reference in New Issue
Block a user