Home
last modified time | relevance | path

Searched refs:ocrdma_cq (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma.h225 struct ocrdma_cq **cq_tbl;
241 struct ocrdma_cq *gsi_sqcq;
242 struct ocrdma_cq *gsi_rqcq;
296 struct ocrdma_cq { struct
387 struct ocrdma_cq *sq_cq;
394 struct ocrdma_cq *rq_cq;
454 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
456 return container_of(ibcq, struct ocrdma_cq, ibcq); in get_ocrdma_cq()
479 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid()
Docrdma_hw.h107 int ocrdma_mbx_create_cq(struct ocrdma_dev *, struct ocrdma_cq *,
109 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *, struct ocrdma_cq *);
131 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
132 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
Docrdma_hw.c658 struct ocrdma_cq *cq = NULL; in ocrdma_dispatch_ibevent()
837 static struct ocrdma_cq *_ocrdma_qp_buddy_cq_handler(struct ocrdma_dev *dev, in _ocrdma_qp_buddy_cq_handler()
838 struct ocrdma_cq *cq, bool sq) in _ocrdma_qp_buddy_cq_handler()
842 struct ocrdma_cq *bcq = NULL; in _ocrdma_qp_buddy_cq_handler()
871 struct ocrdma_cq *cq) in ocrdma_qp_buddy_cq_handler()
874 struct ocrdma_cq *bcq = NULL; in ocrdma_qp_buddy_cq_handler()
903 struct ocrdma_cq *cq; in ocrdma_qp_cq_handler()
1714 int ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_mbx_create_cq()
1820 int ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq) in ocrdma_mbx_destroy_cq()
2019 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist()
[all …]
Docrdma_verbs.c966 static int ocrdma_copy_cq_uresp(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_copy_cq_uresp()
1006 struct ocrdma_cq *cq; in ocrdma_create_cq()
1057 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_resize_cq()
1067 static void ocrdma_flush_cq(struct ocrdma_cq *cq) in ocrdma_flush_cq()
1095 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_destroy_cq()
1633 static void ocrdma_discard_cqes(struct ocrdma_qp *qp, struct ocrdma_cq *cq) in ocrdma_discard_cqes()
2802 static void ocrdma_change_cq_phase(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe, in ocrdma_change_cq_phase()
2814 static int ocrdma_poll_hwcq(struct ocrdma_cq *cq, int num_entries, in ocrdma_poll_hwcq()
2882 static int ocrdma_add_err_cqe(struct ocrdma_cq *cq, int num_entries, in ocrdma_add_err_cqe()
2911 struct ocrdma_cq *cq = get_ocrdma_cq(ibcq); in ocrdma_poll_cq()
[all …]
Docrdma_main.c316 dev->cq_tbl = kzalloc(sizeof(struct ocrdma_cq *) * in ocrdma_alloc_resources()