Home
last modified time | relevance | path

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

/linux/include/rdma/
H 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/hfi1/
H A Dtid_rdma.c1107 if (++sge->n >= RVT_SEGSZ) { in kern_find_pages()