Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/rdma/
H A Dmlx4-abi.h79 struct mlx4_ib_create_cq { struct
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dcq.c178 int mlx4_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx4_ib_create_cq() function
210 struct mlx4_ib_create_cq ucmd; in mlx4_ib_create_cq()
H A Dmlx4_ib.h772 int mlx4_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
H A Dmain.c2529 .create_cq = mlx4_ib_create_cq,