Searched defs:hfi1_ibport (Results 1 – 1 of 1) sorted by relevance
678 struct hfi1_ibport { struct679 struct hfi1_qp __rcu *qp[2];680 struct ib_mad_agent *send_agent; /* agent for SMI (traps) */681 struct hfi1_ah *sm_ah;682 struct hfi1_ah *smi_ah;683 struct rb_root mcast_tree;684 spinlock_t lock; /* protect changes in this struct */687 unsigned long mkey_lease_timeout;688 unsigned long trap_timeout;689 __be64 gid_prefix; /* in network order */[all …]