Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dcq.c74 static void *get_cqe(struct mlx4_ib_cq *cq, int n) in get_cqe()
79 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe()
88 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw()
95 struct mlx4_ib_cq *mcq = to_mcq(cq); in mlx4_ib_modify_cq()
182 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_create_cq()
291 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf()
315 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem()
344 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes()
355 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes()
383 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq()
[all …]
Dmlx4_ib.h115 struct mlx4_ib_cq { struct
661 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
663 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq()
666 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq()
668 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq()
751 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
752 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
Dqp.c52 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq,
53 struct mlx4_ib_cq *recv_cq);
54 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq,
55 struct mlx4_ib_cq *recv_cq);
866 struct mlx4_ib_cq *mcq; in create_rq()
1002 struct mlx4_ib_cq *mcq; in create_qp_common()
1317 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs()
1332 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs()
1366 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs()
1420 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common()
[all …]
Dmain.c2569 INIT_RDMA_OBJ_SIZE(ib_cq, mlx4_ib_cq, ibcq),
3094 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()