dealloc_xrcd     2597 drivers/infiniband/core/device.c 	SET_DEVICE_OP(dev_ops, dealloc_xrcd);
dealloc_xrcd     4060 drivers/infiniband/core/uverbs_cmd.c 			UAPI_DEF_METHOD_NEEDS_FN(dealloc_xrcd)),
dealloc_xrcd      342 drivers/infiniband/core/uverbs_std_types.c 				      UAPI_DEF_OBJ_NEEDS_FN(dealloc_xrcd)),
dealloc_xrcd     2255 drivers/infiniband/core/verbs.c 	return xrcd->device->ops.dealloc_xrcd(xrcd, udata);
dealloc_xrcd     2610 drivers/infiniband/hw/mlx4/main.c 	.dealloc_xrcd = mlx4_ib_dealloc_xrcd,
dealloc_xrcd     6326 drivers/infiniband/hw/mlx5/main.c 	.dealloc_xrcd = mlx5_ib_dealloc_xrcd,
dealloc_xrcd     2430 include/rdma/ib_verbs.h 	int (*dealloc_xrcd)(struct ib_xrcd *xrcd, struct ib_udata *udata);