]> git.baikalelectronics.ru Git - kernel.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)
commite7e87f9353f4ec48dbb1368d335f2b6df5638849
tree58da4958a3d1154fddc4f76b810465db93aeaa60
parentd24acd4afcb18275c6130c132f34349d03c375e3
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