Home
last modified time | relevance | path

Searched refs:mlx5_ib_dealloc_xrcd (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h1187 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata);
Dmain.c5057 mlx5_ib_dealloc_xrcd(devr->x1, NULL); in create_dev_resources()
5059 mlx5_ib_dealloc_xrcd(devr->x0, NULL); in create_dev_resources()
5079 mlx5_ib_dealloc_xrcd(devr->x0, NULL); in destroy_dev_resources()
5080 mlx5_ib_dealloc_xrcd(devr->x1, NULL); in destroy_dev_resources()
6330 .dealloc_xrcd = mlx5_ib_dealloc_xrcd,
Dqp.c5861 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata) in mlx5_ib_dealloc_xrcd() function