Searched defs:rvt_qp (Results 1 – 1 of 1) sorted by relevance
332 struct rvt_qp { struct338 struct rvt_qp __rcu *next; /* link list for QPN hash table */ argument339 struct rvt_swqe *s_wq; /* send work queue */340 struct rvt_mmap_info *ip;342 unsigned long timeout_jiffies; /* computed from timeout */344 int srate_mbps; /* s_srate (below) converted to Mbit/s */345 pid_t pid; /* pid for user mode QPs */346 u32 remote_qpn;347 u32 qkey; /* QKEY for this QP (for UD or RD) */348 u32 s_size; /* send work queue size */[all …]