Searched defs:rvt_ibport (Results 1 – 1 of 1) sorted by relevance
76 struct rvt_ibport { struct77 struct rvt_qp __rcu *qp[2];78 struct ib_mad_agent *send_agent; /* agent for SMI (traps) */79 struct rb_root mcast_tree;80 spinlock_t lock; /* protect changes in this struct */83 unsigned long mkey_lease_timeout;84 unsigned long trap_timeout;85 __be64 gid_prefix; /* in network order */86 __be64 mkey;87 u64 tid;[all …]