Searched refs:mlx4_ib_cq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 174 struct mlx4_ib_cq *cq; in mlx4_ib_create_cq() 274 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf() 298 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem() 327 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes() 338 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes() 366 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq() [all …]
|
D | mlx4_ib.h | 103 struct mlx4_ib_cq { struct 578 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 580 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq() 583 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq() 585 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq() 677 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq); 678 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
|
D | qp.c | 49 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, 50 struct mlx4_ib_cq *recv_cq); 51 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, 52 struct mlx4_ib_cq *recv_cq); 630 struct mlx4_ib_cq *mcq; in create_qp_common() 914 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs() 929 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs() 963 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs() 984 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common() 1453 struct mlx4_ib_cq *send_cq, *recv_cq; in __mlx4_ib_modify_qp() [all …]
|
D | main.c | 2631 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()
|