Searched refs:RVT_SEGSZ (Results 1 – 5 of 5) sorted by relevance
142 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in rvt_init_mregion()286 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in __rvt_alloc_mr()425 if (++n == RVT_SEGSZ) { in rvt_reg_user_mr()610 m = mapped_segs / RVT_SEGSZ; in rvt_set_page()611 n = mapped_segs % RVT_SEGSZ; in rvt_set_page()825 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_lkey_ok()826 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_lkey_ok()833 if (n >= RVT_SEGSZ) { in rvt_lkey_ok()932 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_rkey_ok()933 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_rkey_ok()[all …]
25 #define RVT_SEGSZ (PAGE_SIZE / sizeof(struct rvt_seg)) macro28 struct rvt_seg segs[RVT_SEGSZ];128 if (++sge->n >= RVT_SEGSZ) { in rvt_update_sge()
186 if (++sge->n >= RVT_SEGSZ) { in qib_ud_loopback()
161 if (++sge.n >= RVT_SEGSZ) { in qib_count_sge()194 if (++sge->n >= RVT_SEGSZ) { in qib_copy_from_sge()
1100 if (++sge->n >= RVT_SEGSZ) { in kern_find_pages()