mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Added even more comments.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1002 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -200,7 +200,10 @@ struct srpt_device {
|
||||
struct srpt_ioctx *ioctx_ring[SRPT_SRQ_SIZE];
|
||||
/* List node for insertion in the srpt_devices list. */
|
||||
struct list_head list;
|
||||
/* List node for insertion in the srpt_rdma_ch::list list. */
|
||||
/*
|
||||
* List node for insertion in the srpt_rdma_ch::list list.
|
||||
* This list is protected by srpt_device::spinlock.
|
||||
*/
|
||||
struct list_head rch_list;
|
||||
spinlock_t spinlock;
|
||||
struct srpt_port port[2];
|
||||
|
||||
Reference in New Issue
Block a user