Searched defs:qib_qp (Results 1 – 1 of 1) sorted by relevance
428 struct qib_qp { struct433 struct qib_qp __rcu *next; /* link list for QPN hash table */ argument434 struct qib_swqe *s_wq; /* send work queue */435 struct qib_mmap_info *ip;436 struct qib_ib_header *s_hdr; /* next packet header to send */437 unsigned long timeout_jiffies; /* computed from timeout */439 enum ib_mtu path_mtu;440 u32 remote_qpn;441 u32 pmtu; /* decoded from path_mtu */442 u32 qkey; /* QKEY for this QP (for UD or RD) */[all …]