Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/rdma/
Dmlx4-abi.h122 struct mlx4_ib_create_wq { struct
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h922 struct ib_wq *mlx4_ib_create_wq(struct ib_pd *pd,
Dqp.c833 struct mlx4_ib_create_wq wq; in create_rq()
847 copy_len = min(sizeof(struct mlx4_ib_create_wq), udata->inlen); in create_rq()
4080 struct ib_wq *mlx4_ib_create_wq(struct ib_pd *pd, in mlx4_ib_create_wq() function
4087 struct mlx4_ib_create_wq ucmd; in mlx4_ib_create_wq()
Dmain.c2589 .create_wq = mlx4_ib_create_wq,