Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c48 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event()
67 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe()
77 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe()
92 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw()
488 static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries, in mlx5_ib_poll_sw_comp()
508 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one()
639 static int poll_soft_wc(struct mlx5_ib_cq *cq, int num_entries, in poll_soft_wc()
667 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq()
705 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_arm_cq()
777 struct ib_ucontext *context, struct mlx5_ib_cq *cq, in create_cq_user()
[all …]
Dmlx5_ib.h486 struct mlx5_ib_cq { struct
911 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq()
913 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq()
926 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
928 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq()
1000 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1001 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
Dqp.c98 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq);
628 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq,
629 struct mlx5_ib_cq *recv_cq);
630 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq,
631 struct mlx5_ib_cq *recv_cq);
1611 struct mlx5_ib_cq *send_cq; in create_qp_common()
1612 struct mlx5_ib_cq *recv_cq; in create_qp_common()
1959 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs()
1989 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs()
2024 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq) in get_cqs()
[all …]
Dmain.c4123 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error()