Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_main.c3011 mlx5_ib_dealloc_xrcd(devr->x1); in create_dev_resources()
3013 mlx5_ib_dealloc_xrcd(devr->x0); in create_dev_resources()
3030 mlx5_ib_dealloc_xrcd(devr->x0); in destroy_dev_resources()
3031 mlx5_ib_dealloc_xrcd(devr->x1); in destroy_dev_resources()
3468 dev->ib_dev.dealloc_xrcd = mlx5_ib_dealloc_xrcd; in mlx5_ib_add()
HDmlx5_ib.h927 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd);
HDmlx5_ib_qp.c4636 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd) in mlx5_ib_dealloc_xrcd() function