aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma
diff options
context:
space:
mode:
authorPotnuri Bharat Teja <bharat@chelsio.com>2018-08-02 02:03:03 -0400
committerJason Gunthorpe <jgg@mellanox.com>2018-08-02 22:16:02 -0400
commitb9855f4ca0fe582aabfdbd08f0d856b22486e157 (patch)
treeae7ff712609358eb21fc0f5a0ce31ac100ddfce1 /include/uapi/rdma
parent8001b717f09460d9e17457f6bade6699aa14604f (diff)
iw_cxgb4: RDMA write with immediate support
Adds iw_cxgb4 functionality to support RDMA_WRITE_WITH_IMMEDATE opcode. Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com> Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r--include/uapi/rdma/cxgb4-abi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/rdma/cxgb4-abi.h b/include/uapi/rdma/cxgb4-abi.h
index d0b2d829471a..f85ec1a3f727 100644
--- a/include/uapi/rdma/cxgb4-abi.h
+++ b/include/uapi/rdma/cxgb4-abi.h
@@ -65,7 +65,8 @@ struct c4iw_create_cq_resp {
65}; 65};
66 66
67enum { 67enum {
68 C4IW_QPF_ONCHIP = (1 << 0) 68 C4IW_QPF_ONCHIP = (1 << 0),
69 C4IW_QPF_WRITE_W_IMM = (1 << 1)
69}; 70};
70 71
71struct c4iw_create_qp_resp { 72struct c4iw_create_qp_resp {