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:
Bart Van Assche
2009-05-19 17:58:06 +00:00
parent cf327b8009
commit 7617a71367

View File

@@ -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;
};