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
This commit is contained in:
Bart Van Assche
2015-07-30 17:03:21 +00:00
parent cdee6ec4bf
commit eacbbbfa1c

View File

@@ -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.
*/