Home
last modified time | relevance | path

Searched refs:alloc_mw (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
Duverbs.h227 IB_UVERBS_DECLARE_CMD(alloc_mw);
Dverbs.c1264 if (!pd->device->alloc_mw) in ib_alloc_mw()
1267 mw = pd->device->alloc_mw(pd, type); in ib_alloc_mw()
Duverbs_cmd.c1206 mw = pd->device->alloc_mw(pd, cmd.mw_type); in ib_uverbs_alloc_mw()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c531 dev->ibdev.alloc_mw = c4iw_alloc_mw; in c4iw_register_device()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_main.c501 shca->ib_device.alloc_mw = ehca_alloc_mw; in ehca_init_device()
/linux-4.1.27/include/rdma/
Dib_verbs.h1617 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, member
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1409 dev->ibdev.alloc_mw = iwch_alloc_mw; in iwch_register_device()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c2254 ibdev->ib_dev.alloc_mw = mlx4_ib_alloc_mw; in mlx4_ib_add()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c3902 nesibdev->ibdev.alloc_mw = nes_alloc_mw; in nes_init_ofa_device()