Searched defs:qib_qp (Results 1 – 1 of 1) sorted by relevance
420 struct qib_qp { struct425 struct qib_qp __rcu *next; /* link list for QPN hash table */ argument426 struct qib_swqe *s_wq; /* send work queue */427 struct qib_mmap_info *ip;428 struct qib_ib_header *s_hdr; /* next packet header to send */429 unsigned long timeout_jiffies; /* computed from timeout */431 enum ib_mtu path_mtu;432 u32 remote_qpn;433 u32 pmtu; /* decoded from path_mtu */434 u32 qkey; /* QKEY for this QP (for UD or RD) */[all …]