diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index c9624ea87209..ee993e725d38 100644 --- a/drivers/infiniband/hw/qib/qib.h +++ b/drivers/infiniband/hw/qib/qib.h | |||
@@ -807,6 +807,10 @@ struct qib_devdata { | |||
807 | * supports, less gives more pio bufs/ctxt, etc. | 807 | * supports, less gives more pio bufs/ctxt, etc. |
808 | */ | 808 | */ |
809 | u32 cfgctxts; | 809 | u32 cfgctxts; |
810 | /* | ||
811 | * number of ctxts available for PSM open | ||
812 | */ | ||
813 | u32 freectxts; | ||
810 | 814 | ||
811 | /* | 815 | /* |
812 | * hint that we should update pioavailshadow before | 816 | * hint that we should update pioavailshadow before |