Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/rdma/
H A Dmlx5-abi.h404 struct mlx5_ib_alloc_mw { struct
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c2200 int mlx5_ib_alloc_mw(struct ib_mw *ibmw, struct ib_udata *udata) in mlx5_ib_alloc_mw() function
2209 struct mlx5_ib_alloc_mw req = {}; in mlx5_ib_alloc_mw()
H A Dmlx5_ib.h1332 int mlx5_ib_alloc_mw(struct ib_mw *mw, struct ib_udata *udata);
H A Dmain.c3837 .alloc_mw = mlx5_ib_alloc_mw,