Searched defs:rvt_qp (Results 1 – 1 of 1) sorted by relevance
272 struct rvt_qp { struct278 struct rvt_qp __rcu *next; /* link list for QPN hash table */ argument279 struct rvt_swqe *s_wq; /* send work queue */280 struct rvt_mmap_info *ip;282 unsigned long timeout_jiffies; /* computed from timeout */284 int srate_mbps; /* s_srate (below) converted to Mbit/s */285 pid_t pid; /* pid for user mode QPs */286 u32 remote_qpn;287 u32 qkey; /* QKEY for this QP (for UD or RD) */288 u32 s_size; /* send work queue size */[all …]