Searched refs:pbl_depth (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/amso1100/ |
D | c2_mm.c | 51 unsigned long va, u32 pbl_depth, in send_pbl_messages() argument 90 while (pbl_depth) { in send_pbl_messages() 91 count = min(pbe_count, pbl_depth); in send_pbl_messages() 99 if (count == pbl_depth) { in send_pbl_messages() 143 pbl_depth -= count; in send_pbl_messages() 175 int page_size, int pbl_depth, u32 length, in c2_nsmr_register_phys_kern() argument 186 if (!va || !length || !addr_list || !pbl_depth) in c2_nsmr_register_phys_kern() 192 if (pbl_depth > C2_PBL_MAX_DEPTH) { in c2_nsmr_register_phys_kern() 224 if (pbl_depth <= pbe_count) { in c2_nsmr_register_phys_kern() 233 wr->pbl_depth = cpu_to_be32(pbl_depth); in c2_nsmr_register_phys_kern() [all …]
|
D | c2_provider.c | 339 int err, i, j, k, page_shift, pbl_depth; in c2_reg_phys_mr() local 341 pbl_depth = 0; in c2_reg_phys_mr() 366 pbl_depth += ALIGN(buffer_list[i].size, in c2_reg_phys_mr() 370 page_list = vmalloc(sizeof(u64) * pbl_depth); in c2_reg_phys_mr() 373 (sizeof(u64) * pbl_depth)); in c2_reg_phys_mr() 398 __func__, page_shift, pbl_depth, total_len, in c2_reg_phys_mr() 401 (unsigned long long) page_list[pbl_depth-1]); in c2_reg_phys_mr() 403 (1 << page_shift), pbl_depth, in c2_reg_phys_mr()
|
D | c2_wr.h | 744 u32 pbl_depth; member 751 u32 pbl_depth; member 768 __be32 pbl_depth; member 779 u32 pbl_depth; member 819 u32 pbl_depth; member 871 u32 pbl_depth; member 883 u32 pbl_depth; member
|
D | c2.h | 532 int page_size, int pbl_depth, u32 length,
|
/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 833 struct ib_mr *c4iw_alloc_fast_reg_mr(struct ib_pd *pd, int pbl_depth) in c4iw_alloc_fast_reg_mr() argument 851 ret = alloc_pbl(mhp, pbl_depth); in c4iw_alloc_fast_reg_mr() 854 mhp->attr.pbl_size = pbl_depth; in c4iw_alloc_fast_reg_mr()
|
D | iw_cxgb4.h | 878 struct ib_mr *c4iw_alloc_fast_reg_mr(struct ib_pd *pd, int pbl_depth);
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 794 static struct ib_mr *iwch_alloc_fast_reg_mr(struct ib_pd *pd, int pbl_depth) in iwch_alloc_fast_reg_mr() argument 810 ret = iwch_alloc_pbl(mhp, pbl_depth); in iwch_alloc_fast_reg_mr() 813 mhp->attr.pbl_size = pbl_depth; in iwch_alloc_fast_reg_mr()
|
/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2319 int err, pbl_depth = 0; in nes_reg_user_mr() local 2353 pbl_depth = 0; in nes_reg_user_mr() 2587 pbl_depth = region->length >> 12; in nes_reg_user_mr() 2588 pbl_depth += (region->length & (4096-1)) ? 1 : 0; in nes_reg_user_mr() 2589 nespbl->pbl_size = pbl_depth*sizeof(u64); in nes_reg_user_mr() 2597 nespbl->pbl_size, pbl_depth); in nes_reg_user_mr()
|