Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux...
[pandora-kernel.git] / drivers / net / sfc / selftest.h
index 643bef7..aed495a 100644 (file)
@@ -18,8 +18,8 @@
  */
 
 struct efx_loopback_self_tests {
-       int tx_sent[EFX_TX_QUEUE_COUNT];
-       int tx_done[EFX_TX_QUEUE_COUNT];
+       int tx_sent[EFX_TXQ_TYPES];
+       int tx_done[EFX_TXQ_TYPES];
        int rx_good;
        int rx_bad;
 };