Home
last modified time | relevance | path

Searched refs:RTRS_MSG_NEW_RKEY_F (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h158 RTRS_MSG_NEW_RKEY_F = 1 << 1, enumerator
Drtrs-clt.c512 WARN_ON((clt_path->flags & RTRS_MSG_NEW_RKEY_F) == 0); in rtrs_clt_recv_done()
532 WARN_ON((clt_path->flags & RTRS_MSG_NEW_RKEY_F) == 0); in rtrs_clt_rkey_rsp_done()
641 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) in rtrs_clt_rdma_done()
647 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) in rtrs_clt_rdma_done()
675 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) { in rtrs_clt_rdma_done()
701 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) { in post_recv_io()
1707 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F || con->c.cid == 0) { in create_con_cq_qp()
DREADME81 session) and the maximum size of one io, RTRS_MSG_NEW_RKEY_F flags is set
Drtrs-srv.c1622 msg.flags = cpu_to_le32(RTRS_MSG_NEW_RKEY_F); in rtrs_rdma_do_accept()