Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/rdma/
Dmlx5-abi.h271 struct mlx5_ib_create_cq { struct
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcq.c685 struct mlx5_ib_create_cq ucmd = {}; in create_cq_user()
887 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx5_ib_create_cq() function
Dmlx5_ib.h1139 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
Dmain.c4967 ret = mlx5_ib_create_cq(devr->c0, &cq_attr, NULL); in create_dev_resources()
6253 .create_cq = mlx5_ib_create_cq,