Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h156 RTRS_MSG_NEW_RKEY_F = 1 << 1, enumerator
H A Drtrs-clt.c514 WARN_ON((clt_path->flags & RTRS_MSG_NEW_RKEY_F) == 0); in rtrs_clt_recv_done()
534 WARN_ON((clt_path->flags & RTRS_MSG_NEW_RKEY_F) == 0); in rtrs_clt_rkey_rsp_done()
643 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) in rtrs_clt_rdma_done()
649 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) in rtrs_clt_rdma_done()
677 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) { in rtrs_clt_rdma_done()
703 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F) { in post_recv_io()
1706 if (clt_path->flags & RTRS_MSG_NEW_RKEY_F || con->c.cid == 0) { in create_con_cq_qp()
H A DREADME81 session) and the maximum size of one io, RTRS_MSG_NEW_RKEY_F flags is set
H A Drtrs-srv.c1615 msg.flags = cpu_to_le32(RTRS_MSG_NEW_RKEY_F); in rtrs_rdma_do_accept()