Searched defs:rvt_qp_iter (Results 1 – 2 of 2) sorted by relevance
915 struct rvt_qp_iter { struct916 struct rvt_qp *qp;918 struct rvt_dev_info *rdi;920 void (*cb)(struct rvt_qp *qp, u64 v);922 u64 v;924 int specials;926 int n;
2792 void rvt_qp_iter(struct rvt_dev_info *rdi, in rvt_qp_iter() function