diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.h b/drivers/infiniband/hw/ipath/ipath_verbs.h index deee02ca7ca4..9d12ae8a778e 100644 --- a/drivers/infiniband/hw/ipath/ipath_verbs.h +++ b/drivers/infiniband/hw/ipath/ipath_verbs.h | |||
@@ -444,6 +444,7 @@ struct ipath_qp { | |||
444 | * Bit definitions for r_flags. | 444 | * Bit definitions for r_flags. |
445 | */ | 445 | */ |
446 | #define IPATH_R_REUSE_SGE 0x01 | 446 | #define IPATH_R_REUSE_SGE 0x01 |
447 | #define IPATH_R_RDMAR_SEQ 0x02 | ||
447 | 448 | ||
448 | /* | 449 | /* |
449 | * Bit definitions for s_flags. | 450 | * Bit definitions for s_flags. |