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