Searched refs:alloc_mw (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 474 .alloc_mw = c4iw_alloc_mw,
|
/Linux-v5.4/drivers/infiniband/hw/hns/ |
D | hns_roce_main.c | 460 .alloc_mw = hns_roce_alloc_mw,
|
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1211 .alloc_mw = iwch_alloc_mw,
|
/Linux-v5.4/drivers/infiniband/core/ |
D | device.c | 2565 SET_DEVICE_OP(dev_ops, alloc_mw); in ib_set_device_ops()
|
D | uverbs_cmd.c | 907 mw = pd->device->ops.alloc_mw(pd, cmd.mw_type, &attrs->driver_udata); in ib_uverbs_alloc_mw() 3898 UAPI_DEF_METHOD_NEEDS_FN(alloc_mw)),
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 2416 struct ib_mw *(*alloc_mw)(struct ib_pd *pd, enum ib_mw_type type, member
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | main.c | 2591 .alloc_mw = mlx4_ib_alloc_mw,
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | main.c | 6324 .alloc_mw = mlx5_ib_alloc_mw,
|