Home
last modified time | relevance | path

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

/Linux-v6.1/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()
181 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_create_cq()
290 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf()
314 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem()
343 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes()
354 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes()
382 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq()
[all …]
Dmlx4_ib.h115 struct mlx4_ib_cq { struct
688 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
690 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq()
693 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq()
695 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq()
772 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
773 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);
830 struct mlx4_ib_cq *mcq; in create_rq()
962 struct mlx4_ib_cq *mcq; in create_qp_common()
1263 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs()
1278 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs()
1312 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs()
1365 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common()
[all …]
Dmain.c2580 INIT_RDMA_OBJ_SIZE(ib_cq, mlx4_ib_cq, ibcq),
3052 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()