From 42bc56a0a2f02acc529be9e08d6cf084e06a6912 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 09:44:25 +0000 Subject: [PATCH] ib_srpt: Add missing kernel-doc comments git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6091 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 570de6377..bc79bfd17 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -336,6 +336,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. @@ -345,6 +346,8 @@ enum rdma_ch_state { * against concurrent modification by the cm_id spinlock. * @pkey: P_Key of the IB partition for this SRP channel. * @comp_vector: Completion vector assigned to the QP. + * @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. */