diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-02-13 19:40:12 -0500 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-02-15 19:25:09 -0500 |
commit | a16e5b246c5b1aff3141ca6ae443307f3241a133 (patch) | |
tree | 434fa46e6b0a8ee933cde9f61630576e424201ef /drivers/net/ethernet/sfc/net_driver.h | |
parent | 5bbe2f4f64cc7f6da6390035dcfc42b14bd80484 (diff) |
sfc: Make all CPU/IRQ/channel/queue counts unsigned
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r-- | drivers/net/ethernet/sfc/net_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index 59c0583182a5..3260e7137918 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -52,7 +52,7 @@ | |||
52 | * | 52 | * |
53 | **************************************************************************/ | 53 | **************************************************************************/ |
54 | 54 | ||
55 | #define EFX_MAX_CHANNELS 32 | 55 | #define EFX_MAX_CHANNELS 32U |
56 | #define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS | 56 | #define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS |
57 | 57 | ||
58 | /* Checksum generation is a per-queue option in hardware, so each | 58 | /* Checksum generation is a per-queue option in hardware, so each |