Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcq.c49 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event()
68 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe()
78 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe()
93 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw()
397 static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries, in mlx5_ib_poll_sw_comp()
417 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one()
547 static int poll_soft_wc(struct mlx5_ib_cq *cq, int num_entries, in poll_soft_wc()
575 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq()
613 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_arm_cq()
682 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user()
[all …]
Dmlx5_ib.h502 struct mlx5_ib_cq { struct
1004 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq()
1006 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq()
1027 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
1029 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq()
1102 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1103 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
Dqp.c101 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq);
711 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq,
712 struct mlx5_ib_cq *recv_cq);
713 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq,
714 struct mlx5_ib_cq *recv_cq);
1955 struct mlx5_ib_cq *send_cq; in create_qp_common()
1956 struct mlx5_ib_cq *recv_cq; in create_qp_common()
2330 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs()
2360 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs()
2395 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq) in get_cqs()
[all …]
Dmain.c4474 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error()
6301 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),