1 /* SPDX-License-Identifier: GPL-2.0 */
3 * * Copyright (c) 2020, Oracle and/or its affiliates.
10 * The rpc_rdma_cid struct records completion ID information. A
11 * completion ID matches an incoming Send or Receive completion
12 * to a Completion Queue and to a previous ib_post_*(). The ID
13 * can then be displayed in an error message or recorded in a
16 * This struct is shared between the server and client RPC/RDMA
17 * transport implementations.
24 #endif /* RPC_RDMA_CID_H */