Home
last modified time | relevance | path

Searched refs:IPATH_SEGSZ (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_mr.c88 m = (count + IPATH_SEGSZ - 1) / IPATH_SEGSZ; in alloc_mr()
162 if (n == IPATH_SEGSZ) { in ipath_reg_phys_mr()
235 if (n == IPATH_SEGSZ) { in ipath_reg_user_mr()
290 m = (fmr_attr->max_pages + IPATH_SEGSZ - 1) / IPATH_SEGSZ; in ipath_alloc_fmr()
373 if (++n == IPATH_SEGSZ) { in ipath_map_phys_fmr()
Dipath_keys.c170 if (n >= IPATH_SEGSZ) { in ipath_lkey_ok()
252 if (n >= IPATH_SEGSZ) { in ipath_rkey_ok()
Dipath_verbs.h235 #define IPATH_SEGSZ (PAGE_SIZE / sizeof (struct ipath_seg)) macro
238 struct ipath_seg segs[IPATH_SEGSZ];
Dipath_verbs.c191 if (++sge->n >= IPATH_SEGSZ) { in ipath_copy_sge()
230 if (++sge->n >= IPATH_SEGSZ) { in ipath_skip_sge()
277 if (++sge.n >= IPATH_SEGSZ) { in ipath_count_sge()
316 if (++sge->n >= IPATH_SEGSZ) { in ipath_copy_from_sge()
791 if (++sge->n >= IPATH_SEGSZ) { in update_sge()
Dipath_ud.c201 if (++sge->n >= IPATH_SEGSZ) { in ipath_ud_loopback()
Dipath_ruc.c416 if (++sge->n >= IPATH_SEGSZ) { in ipath_ruc_loopback()
Dipath_sdma.c766 if (++sge->n >= IPATH_SEGSZ) { in ipath_sdma_verbs_send()