Searched defs:rvt_qp_iter (Results 1 – 2 of 2) sorted by relevance
900 struct rvt_qp_iter { struct901 struct rvt_qp *qp;903 struct rvt_dev_info *rdi;905 void (*cb)(struct rvt_qp *qp, u64 v);907 u64 v;909 int specials;911 int n;
2748 void rvt_qp_iter(struct rvt_dev_info *rdi, in rvt_qp_iter() function