mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 10:11:28 +00:00
Added more comments.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@863 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -161,10 +161,13 @@ struct srpt_rdma_ch {
|
||||
struct srpt_port {
|
||||
struct srpt_device *sdev;
|
||||
struct ib_mad_agent *mad_agent;
|
||||
/* One-based port number. */
|
||||
u8 port;
|
||||
/* Cached values of the port's sm_lid, lid and gid. */
|
||||
u16 sm_lid;
|
||||
u16 lid;
|
||||
union ib_gid gid;
|
||||
/* Work structure for refreshing the aforementioned cached values. */
|
||||
struct work_struct work;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user