]> 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)
commit47384975ada15d67c9f20f5578938427a4e1a0d6
tree58da4958a3d1154fddc4f76b810465db93aeaa60
parent62f02fe1bc383d083352c7dc56623dc61bd646a9
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