Home
last modified time | relevance | path

Searched refs:dealloc_dm (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/core/
H A Duverbs_std_types_dm.c46 return dm->device->ops.dealloc_dm(dm, attrs); in uverbs_free_dm()
114 UAPI_DEF_OBJ_NEEDS_FN(dealloc_dm)),
H A Ddevice.c2627 SET_DEVICE_OP(dev_ops, dealloc_dm); in ib_set_device_ops()
/linux/drivers/infiniband/hw/mlx5/
H A Ddm.c610 .dealloc_dm = mlx5_ib_dealloc_dm,
/linux/include/rdma/
H A Dib_verbs.h2540 int (*dealloc_dm)(struct ib_dm *dm, struct uverbs_attr_bundle *attrs); member