commit | add7247718c003c8f7c275954083f7db85405bd9 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Nov 08 01:46:53 2012 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Aug 22 19:25:57 2013 +0100 |
tree | a555da7e564bc67689cfc1bff6cf14ccd0907b45 | |
parent | 9a0a943321cc89a9efc8726e28d8473eafa73e29 [diff] |
sfc: Make most filter operations NIC-type-specific Aside from accelerated RFS, there is almost nothing that can be shared between the filter table implementations for the Falcon architecture and EF10. Move the few shared functions into efx.c and rx.c and the rest into farch.c. Introduce efx_nic_type operations for the implementation and inline wrapper functions that call these. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>