diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_verbs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_verbs.h b/drivers/infiniband/hw/qib/qib_verbs.h index ec3711f743c5..d7b6109528a4 100644 --- a/drivers/infiniband/hw/qib/qib_verbs.h +++ b/drivers/infiniband/hw/qib/qib_verbs.h | |||
@@ -724,7 +724,8 @@ struct qib_ibdev { | |||
724 | dma_addr_t pio_hdrs_phys; | 724 | dma_addr_t pio_hdrs_phys; |
725 | /* list of QPs waiting for RNR timer */ | 725 | /* list of QPs waiting for RNR timer */ |
726 | spinlock_t pending_lock; /* protect wait lists, PMA counters, etc. */ | 726 | spinlock_t pending_lock; /* protect wait lists, PMA counters, etc. */ |
727 | unsigned qp_table_size; /* size of the hash table */ | 727 | u32 qp_table_size; /* size of the hash table */ |
728 | u32 qp_rnd; /* random bytes for hash */ | ||
728 | spinlock_t qpt_lock; | 729 | spinlock_t qpt_lock; |
729 | 730 | ||
730 | u32 n_piowait; | 731 | u32 n_piowait; |