commit | d730dc527a5abd4717f6320e82cfce54edc882a3 | [log] [tgz] |
---|---|---|
author | Steve Hodgson <shodgson@solarflare.com> | Tue Jun 01 11:19:09 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 02 02:21:07 2010 -0700 |
tree | ff9ec087fc5f9a30d992a114b29b42b8cc3f1bf0 | |
parent | 901d3fe848d8c34988699592c9f4b98c2ce10a8b [diff] |
sfc: Allow DRV_GEN events to be used outside of selftests Formerly, efx_test_eventq_irq() assumed it was the only user of driver generated events. Allow it to interoperate with other users. We can create more than 16 channels, so align event codes with a multiple of 256 not 16. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>