diff options
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/cxio_hal.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/cxio_hal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.h b/drivers/infiniband/hw/cxgb3/cxio_hal.h index 656fe47bc84f..9ed65b055171 100644 --- a/drivers/infiniband/hw/cxgb3/cxio_hal.h +++ b/drivers/infiniband/hw/cxgb3/cxio_hal.h | |||
@@ -108,6 +108,8 @@ struct cxio_rdev { | |||
108 | struct gen_pool *pbl_pool; | 108 | struct gen_pool *pbl_pool; |
109 | struct gen_pool *rqt_pool; | 109 | struct gen_pool *rqt_pool; |
110 | struct list_head entry; | 110 | struct list_head entry; |
111 | u32 flags; | ||
112 | #define CXIO_ERROR_FATAL 1 | ||
111 | }; | 113 | }; |
112 | 114 | ||
113 | static inline int cxio_num_stags(struct cxio_rdev *rdev_p) | 115 | static inline int cxio_num_stags(struct cxio_rdev *rdev_p) |