Searched refs:alloc_fast_reg_mr (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/core/
H A Dverbs.c1057 if (!pd->device->alloc_fast_reg_mr)
1060 mr = pd->device->alloc_fast_reg_mr(pd, max_page_list_len);
/drivers/infiniband/hw/cxgb4/
H A Dprovider.c476 dev->ibdev.alloc_fast_reg_mr = c4iw_alloc_fast_reg_mr;
/drivers/infiniband/hw/nes/
H A Dnes_verbs.c282 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, function
300 nes_debug(NES_DBG_MR, "alloc_fast_reg_mr: page_count = %d, "
424 ret = alloc_fast_reg_mr(nesdev, nespd, stag, max_page_list_len);
3903 nesibdev->ibdev.alloc_fast_reg_mr = nes_alloc_fast_reg_mr;
/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1413 dev->ibdev.alloc_fast_reg_mr = iwch_alloc_fast_reg_mr;
/drivers/infiniband/hw/mlx4/
H A Dmain.c1193 ibdev->ib_dev.alloc_fast_reg_mr = mlx4_ib_alloc_fast_reg_mr;
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c2185 ibdev->alloc_fast_reg_mr = qib_alloc_fast_reg_mr;

Completed in 215 milliseconds