Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h961 struct ib_xrcd *mlx5_ib_alloc_xrcd(struct ib_device *ibdev,
H A Dmlx5_ib_main.c2944 devr->x0 = mlx5_ib_alloc_xrcd(&dev->ib_dev, NULL); in create_dev_resources()
2955 devr->x1 = mlx5_ib_alloc_xrcd(&dev->ib_dev, NULL); in create_dev_resources()
3502 dev->ib_dev.alloc_xrcd = mlx5_ib_alloc_xrcd; in mlx5_ib_add()
H A Dmlx5_ib_qp.c4631 struct ib_xrcd *mlx5_ib_alloc_xrcd(struct ib_device *ibdev, in mlx5_ib_alloc_xrcd() function