]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sfc: Rename Falcon-arch filter implementation types and functions
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 26 Oct 2012 22:55:46 +0000 (23:55 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 22 Aug 2013 18:25:49 +0000 (19:25 +0100)
commit33a8985c4a414e468c33598c1d70b139bc97b909
tree58da4958a3d1154fddc4f76b810465db93aeaa60
parent910c485dc16be51fd6f4ed13cc14a39d7feacf7e
sfc: Rename Falcon-arch filter implementation types and functions

The filter table(s) on EF10 are managed by firmware and will need
almost entirely separate code.  Rename the types and functions used
within the existing implementation.  The current definition of struct
efx_filter_spec is really implementation-specific, so we need to keep
it.  For now, define a separate structure for the internal
representation but leave them identical.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/filter.c