We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d79b8 commit c4bbe91Copy full SHA for c4bbe91
drivers/infiniband/ulp/srpt/ib_srpt.h
@@ -241,7 +241,10 @@ enum rdma_ch_state {
241
* struct srpt_rdma_ch - RDMA channel
242
* @nexus: I_T nexus this channel is associated with.
243
* @qp: IB queue pair used for communicating over this channel.
244
- * @cm_id: IB CM ID associated with the channel.
+ * @ib_cm: See below.
245
+ * @ib_cm.cm_id: IB CM ID associated with the channel.
246
+ * @rdma_cm: See below.
247
+ * @rdma_cm.cm_id: RDMA CM ID associated with the channel.
248
* @cq: IB completion queue for this channel.
249
* @zw_cqe: Zero-length write CQE.
250
* @rcu: RCU head.
0 commit comments