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>
This commit is contained in:

committed by
Jason Gunthorpe

parent
8001b717f0
commit
b9855f4ca0
@@ -65,7 +65,8 @@ struct c4iw_create_cq_resp {
|
||||
};
|
||||
|
||||
enum {
|
||||
C4IW_QPF_ONCHIP = (1 << 0)
|
||||
C4IW_QPF_ONCHIP = (1 << 0),
|
||||
C4IW_QPF_WRITE_W_IMM = (1 << 1)
|
||||
};
|
||||
|
||||
struct c4iw_create_qp_resp {
|
||||
|
Reference in New Issue
Block a user