Searched defs:qib_ibport (Results 1 – 1 of 1) sorted by relevance
676 struct qib_ibport { struct677 struct qib_qp __rcu *qp0;678 struct qib_qp __rcu *qp1;679 struct ib_mad_agent *send_agent; /* agent for SMI (traps) */680 struct qib_ah *sm_ah;681 struct qib_ah *smi_ah;682 struct rb_root mcast_tree;683 spinlock_t lock; /* protect changes in this struct */686 unsigned long mkey_lease_timeout;687 unsigned long trap_timeout;[all …]