Searched refs:mlx4_ib_cq (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/infiniband/hw/mlx4/ |
| D | cq.c | 73 static void *get_cqe(struct mlx4_ib_cq *cq, int n) in get_cqe() 78 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n) in get_sw_cqe() 87 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq) in next_cqe_sw() 94 struct mlx4_ib_cq *mcq = to_mcq(cq); in mlx4_ib_modify_cq() 178 struct mlx4_ib_cq *cq; in mlx4_ib_create_cq() 283 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf() 307 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem() 336 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes() 347 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes() 375 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq() [all …]
|
| D | mlx4_ib.h | 116 struct mlx4_ib_cq { struct 630 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 632 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq() 635 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq() 637 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq() 725 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq); 726 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
|
| D | qp.c | 50 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, 51 struct mlx4_ib_cq *recv_cq); 52 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, 53 struct mlx4_ib_cq *recv_cq); 643 struct mlx4_ib_cq *mcq; in create_qp_common() 933 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs() 948 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs() 982 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs() 1003 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common() 1517 struct mlx4_ib_cq *send_cq, *recv_cq; in __mlx4_ib_modify_qp() [all …]
|
| D | main.c | 2659 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()
|