Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx4/
H A 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()
186 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_create_cq()
348 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes()
359 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes()
387 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq()
485 struct mlx4_ib_cq *mcq = to_mcq(cq); in mlx4_ib_destroy_cq()
661 static int mlx4_ib_poll_one(struct mlx4_ib_cq *cq, in mlx4_ib_poll_one()
[all …]
H A Dmlx4_ib.h116 struct mlx4_ib_cq { struct
693 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
695 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq()
698 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq()
700 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq()
777 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
778 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
H A Dqp.c53 struct mlx4_ib_cq *recv_cq);
55 struct mlx4_ib_cq *recv_cq);
869 struct mlx4_ib_cq *mcq; in create_rq()
1005 struct mlx4_ib_cq *mcq; in create_qp_common()
1310 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs()
1325 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs()
1359 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs()
1412 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common()
2129 struct mlx4_ib_cq *send_cq, *recv_cq; in __mlx4_ib_modify_qp()
3289 struct mlx4_ib_cq *cq; in mlx4_wq_overflow()
[all …]
H A Dmain.c2576 INIT_RDMA_OBJ_SIZE(ib_cq, mlx4_ib_cq, ibcq),
3076 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()