diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 6b811e3e8bd..2d638877c4a 100644 --- a/drivers/infiniband/hw/qib/qib.h +++ b/drivers/infiniband/hw/qib/qib.h | |||
@@ -873,7 +873,14 @@ struct qib_devdata { | |||
873 | * pio_writing. | 873 | * pio_writing. |
874 | */ | 874 | */ |
875 | spinlock_t pioavail_lock; | 875 | spinlock_t pioavail_lock; |
876 | 876 | /* | |
877 | * index of last buffer to optimize search for next | ||
878 | */ | ||
879 | u32 last_pio; | ||
880 | /* | ||
881 | * min kernel pio buffer to optimize search | ||
882 | */ | ||
883 | u32 min_kernel_pio; | ||
877 | /* | 884 | /* |
878 | * Shadow copies of registers; size indicates read access size. | 885 | * Shadow copies of registers; size indicates read access size. |
879 | * Most of them are readonly, but some are write-only register, | 886 | * Most of them are readonly, but some are write-only register, |