Searched refs:ocrdma_cq (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma.h | 246 struct ocrdma_cq **cq_tbl; 261 struct ocrdma_cq *gsi_sqcq; 262 struct ocrdma_cq *gsi_rqcq; 316 struct ocrdma_cq { struct 407 struct ocrdma_cq *sq_cq; 414 struct ocrdma_cq *rq_cq; 474 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq() 476 return container_of(ibcq, struct ocrdma_cq, ibcq); in get_ocrdma_cq() 499 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid()
|
D | ocrdma_hw.h | 123 int ocrdma_mbx_create_cq(struct ocrdma_dev *, struct ocrdma_cq *, 125 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *, struct ocrdma_cq *); 147 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *); 148 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
|
D | ocrdma_hw.c | 676 struct ocrdma_cq *cq = NULL; in ocrdma_dispatch_ibevent() 899 static struct ocrdma_cq *_ocrdma_qp_buddy_cq_handler(struct ocrdma_dev *dev, in _ocrdma_qp_buddy_cq_handler() 900 struct ocrdma_cq *cq, bool sq) in _ocrdma_qp_buddy_cq_handler() 904 struct ocrdma_cq *bcq = NULL; in _ocrdma_qp_buddy_cq_handler() 933 struct ocrdma_cq *cq) in ocrdma_qp_buddy_cq_handler() 936 struct ocrdma_cq *bcq = NULL; in ocrdma_qp_buddy_cq_handler() 965 struct ocrdma_cq *cq; in ocrdma_qp_cq_handler() 1780 int ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_mbx_create_cq() 1886 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq) in ocrdma_mbx_destroy_cq() 2085 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist() [all …]
|
D | ocrdma_verbs.c | 1032 static int ocrdma_copy_cq_uresp(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_copy_cq_uresp() 1074 struct ocrdma_cq *cq; in ocrdma_create_cq() 1128 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_resize_cq() 1138 static void ocrdma_flush_cq(struct ocrdma_cq *cq) in ocrdma_flush_cq() 1166 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_destroy_cq() 1704 static void ocrdma_discard_cqes(struct ocrdma_qp *qp, struct ocrdma_cq *cq) in ocrdma_discard_cqes() 2850 static void ocrdma_change_cq_phase(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe, in ocrdma_change_cq_phase() 2862 static int ocrdma_poll_hwcq(struct ocrdma_cq *cq, int num_entries, in ocrdma_poll_hwcq() 2925 static int ocrdma_add_err_cqe(struct ocrdma_cq *cq, int num_entries, in ocrdma_add_err_cqe() 2954 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_poll_cq() [all …]
|
D | ocrdma_main.c | 214 dev->cq_tbl = kzalloc(sizeof(struct ocrdma_cq *) * in ocrdma_alloc_resources()
|