Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h135 RTRS_MSG_INFO_RSP, enumerator
DREADME88 4. Server replies to the session info request message with RTRS_MSG_INFO_RSP,
110 <------------------- RTRS_MSG_INFO_RSP
Drtrs-srv.c815 rsp->type = cpu_to_le16(RTRS_MSG_INFO_RSP); in process_info_req()
Drtrs-clt.c2353 if (unlikely(le16_to_cpu(msg->type) != RTRS_MSG_INFO_RSP)) { in rtrs_clt_info_rsp_done()