commit | 8891681af928f1da795cd4bd59043e5e0fadd6c8 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Dec 07 19:02:27 2010 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Tue Dec 07 19:02:50 2010 +0000 |
tree | 11a1d55774d82ffd2694ce68cea103b8416323ba | |
parent | ac33ac610dc613b2b1c938f8b61eef651ab72563 [diff] |
sfc: Remove filter table IDs from filter functions The separation between filter tables is largely an internal detail and it may be removed in future hardware. To prepare for that: - Merge table ID with filter index to make an opaque filter ID - Wrap efx_filter_table_clear() with a function that clears filters from both RX tables, which is all that the current caller requires Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>