Searched refs:mlx4_ib_cq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_cq.c | 74 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() 179 struct mlx4_ib_cq *cq; in mlx4_ib_create_cq() 284 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf() 308 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem() 337 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_get_outstanding_cqes() 348 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq) in mlx4_ib_cq_resize_copy_cqes() 376 struct mlx4_ib_cq *cq = to_mcq(ibcq); in mlx4_ib_resize_cq() [all …]
|
| HD | mlx4_ib.h | 121 struct mlx4_ib_cq { struct 654 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 656 return container_of(ibcq, struct mlx4_ib_cq, ibcq); in to_mcq() 659 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq() 661 return container_of(mcq, struct mlx4_ib_cq, mcq); in to_mibcq() 752 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq); 753 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
|
| HD | mlx4_ib_qp.c | 54 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, 55 struct mlx4_ib_cq *recv_cq); 56 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, 57 struct mlx4_ib_cq *recv_cq); 652 struct mlx4_ib_cq *mcq; in create_qp_common() 957 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs() 972 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs() 1006 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs() 1027 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common() 1626 struct mlx4_ib_cq *send_cq, *recv_cq; in __mlx4_ib_modify_qp() [all …]
|
| HD | mlx4_ib_main.c | 3041 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error()
|
| /freebsd-11-stable/sys/modules/mlx4ib/ |
| HD | Makefile | 10 mlx4_ib_cq.c \
|
| /freebsd-11-stable/sys/conf/ |
| HD | files | 4472 dev/mlx4/mlx4_ib/mlx4_ib_cq.c optional mlx4ib pci ofed \
|