Home
last modified time | relevance | path

Searched refs:RTRS_PROTO_VER_MAJOR (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h20 #define RTRS_PROTO_VER_MAJOR 2 macro
23 #define RTRS_PROTO_VER_STRING __stringify(RTRS_PROTO_VER_MAJOR) "." \
65 RTRS_PROTO_VER = (RTRS_PROTO_VER_MAJOR << 8) | RTRS_PROTO_VER_MINOR,
Drtrs-srv.c1835 if (version >> 8 != RTRS_PROTO_VER_MAJOR) { in rtrs_rdma_connect()
1837 version >> 8, RTRS_PROTO_VER_MAJOR); in rtrs_rdma_connect()
Drtrs-clt.c1840 if (version >> 8 != RTRS_PROTO_VER_MAJOR) { in rtrs_rdma_conn_established()
1842 version >> 8, RTRS_PROTO_VER_MAJOR); in rtrs_rdma_conn_established()