From eacbbbfa1cb14c8568e37f872d7db1bd1797dbb7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 30 Jul 2015 17:03:21 +0000 Subject: [PATCH] ib_srpt: Add missing kernel-doc comments (merge r6091 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6444 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index c202d10af..47292b422 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -326,6 +326,7 @@ enum rdma_ch_state { * @spinlock: Protects free_list. * @free_list: Head of list with free send I/O contexts. * @ioctx_ring: Send I/O context ring. + * @ioctx_recv_ring: Receive I/O context ring. * @wc: Work completion array. * @state: channel state. See also enum rdma_ch_state. * @processing_wait_list: Whether or not cmd_wait_list is being processed. @@ -334,6 +335,8 @@ enum rdma_ch_state { * list contains struct srpt_ioctx elements and is protected * against concurrent modification by the cm_id spinlock. * @pkey: P_Key of the IB partition for this SRP channel. + * @using_rdma_cm: Whether to use the RDMA/CM or the IB/CM. + * @processing_wait_list: Whether the I/O context wait list is being processed. * @scst_sess: SCST session information associated with this SRP channel. * @sess_name: SCST session name. */