Home
last modified time | relevance | path

Searched refs:RVT_SEGSZ (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/sw/rdmavt/
A Dmr.c100 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in rvt_init_mregion()
244 m = (count + RVT_SEGSZ - 1) / RVT_SEGSZ; in __rvt_alloc_mr()
382 if (++n == RVT_SEGSZ) { in rvt_reg_user_mr()
567 m = mapped_segs / RVT_SEGSZ; in rvt_set_page()
568 n = mapped_segs % RVT_SEGSZ; in rvt_set_page()
782 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_lkey_ok()
783 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_lkey_ok()
790 if (n >= RVT_SEGSZ) { in rvt_lkey_ok()
889 m = entries_spanned_by_off / RVT_SEGSZ; in rvt_rkey_ok()
890 n = entries_spanned_by_off % RVT_SEGSZ; in rvt_rkey_ok()
[all …]
/linux/include/rdma/
A Drdmavt_mr.h25 #define RVT_SEGSZ (PAGE_SIZE / sizeof(struct rvt_seg)) macro
28 struct rvt_seg segs[RVT_SEGSZ];
128 if (++sge->n >= RVT_SEGSZ) { in rvt_update_sge()
/linux/drivers/infiniband/hw/qib/
A Dqib_ud.c186 if (++sge->n >= RVT_SEGSZ) { in qib_ud_loopback()
A Dqib_verbs.c161 if (++sge.n >= RVT_SEGSZ) { in qib_count_sge()
194 if (++sge->n >= RVT_SEGSZ) { in qib_copy_from_sge()
/linux/drivers/infiniband/hw/hfi1/
A Dtid_rdma.c1107 if (++sge->n >= RVT_SEGSZ) { in kern_find_pages()

Completed in 22 milliseconds