Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/rdma/
Dmlx5-abi.h415 struct mlx5_ib_create_wq { struct
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dqp.c801 struct mlx5_ib_create_wq *ucmd) in create_user_rq()
5174 struct mlx5_ib_create_wq *ucmd, in set_user_rq_size()
5213 struct mlx5_ib_create_wq ucmd = {}; in prepare_user_rq()
5217 required_cmd_sz = offsetofend(struct mlx5_ib_create_wq, in prepare_user_rq()
5289 struct ib_wq *mlx5_ib_create_wq(struct ib_pd *pd, in mlx5_ib_create_wq() function
Dmlx5_ib.h1323 struct ib_wq *mlx5_ib_create_wq(struct ib_pd *pd,
Dmain.c3885 .create_wq = mlx5_ib_create_wq,