Searched defs:rvt_qp_iter (Results 1 – 2 of 2) sorted by relevance
899 struct rvt_qp_iter { struct900 struct rvt_qp *qp;902 struct rvt_dev_info *rdi;904 void (*cb)(struct rvt_qp *qp, u64 v);906 u64 v;908 int specials;910 int n;
2750 void rvt_qp_iter(struct rvt_dev_info *rdi, in rvt_qp_iter() function