Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/rdma/
Dmlx5-abi.h288 struct mlx5_ib_create_cq { struct
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcq.c723 struct mlx5_ib_create_cq ucmd = {}; in create_cq_user()
735 if (ucmdlen < offsetof(struct mlx5_ib_create_cq, flags)) in create_cq_user()
952 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx5_ib_create_cq() function
Dmlx5_ib.h1341 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
Dmain.c4090 .create_cq = mlx5_ib_create_cq,