|
@@ -1082,6 +1082,7 @@ enum ib_qp_type {
|
|
IB_QPT_XRC_INI = 9,
|
|
IB_QPT_XRC_INI = 9,
|
|
IB_QPT_XRC_TGT,
|
|
IB_QPT_XRC_TGT,
|
|
IB_QPT_MAX,
|
|
IB_QPT_MAX,
|
|
|
|
+ IB_QPT_DRIVER = 0xFF,
|
|
/* Reserve a range for qp types internal to the low level driver.
|
|
/* Reserve a range for qp types internal to the low level driver.
|
|
* These qp types will not be visible at the IB core layer, so the
|
|
* These qp types will not be visible at the IB core layer, so the
|
|
* IB_QPT_MAX usages should not be affected in the core layer
|
|
* IB_QPT_MAX usages should not be affected in the core layer
|