Searched refs:ib_alloc_mr (Results 1 – 3 of 3) sorted by relevance
319 res->mr = ib_alloc_mr(pd, IB_MR_TYPE_MEM_REG, ISCSI_ISER_SG_TABLESIZE + 1); in iser_alloc_reg_res()
538 cb->reg_mr = ib_alloc_mr(cb->pd, IB_MR_TYPE_MEM_REG, in krping_setup_buffers()1790 mr = ib_alloc_mr(cb->pd, IB_MR_TYPE_MEM_REG, plen); in krping_fr_test()
3779 static inline struct ib_mr *ib_alloc_mr(struct ib_pd *pd, in ib_alloc_mr() function