Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h245 struct ocrdma_cq **cq_tbl;
260 struct ocrdma_cq *gsi_sqcq;
261 struct ocrdma_cq *gsi_rqcq;
315 struct ocrdma_cq { struct
404 struct ocrdma_cq *sq_cq;
411 struct ocrdma_cq *rq_cq;
471 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
473 return container_of(ibcq, struct ocrdma_cq, ibcq); in get_ocrdma_cq()
496 static inline int is_cqe_valid(struct ocrdma_cq *cq, struct ocrdma_cqe *cqe) in is_cqe_valid()
317 vaocrdma_cq global() argument
318 phaseocrdma_cq global() argument
319 getpocrdma_cq global() argument
323 max_hw_cqeocrdma_cq global() argument
324 phase_changeocrdma_cq global() argument
325 ____cacheline_alignedocrdma_cq global() argument
329 ____cacheline_alignedocrdma_cq global() argument
330 idocrdma_cq global() argument
331 eqnocrdma_cq global() argument
333 ucontextocrdma_cq global() argument
334 paocrdma_cq global() argument
335 lenocrdma_cq global() argument
336 cqe_cntocrdma_cq global() argument
341 rq_headocrdma_cq global() argument
H A Docrdma_hw.h123 int ocrdma_mbx_create_cq(struct ocrdma_dev *, struct ocrdma_cq *,
125 void ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *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 *);
H A Docrdma_main.c172 INIT_RDMA_OBJ_SIZE(ib_cq, ocrdma_cq, ibcq),
222 dev->cq_tbl = kcalloc(OCRDMA_MAX_CQ, sizeof(struct ocrdma_cq *), in ocrdma_alloc_resources()
H A Docrdma_hw.c679 struct ocrdma_cq *cq = NULL; in ocrdma_dispatch_ibevent()
902 static struct ocrdma_cq *_ocrdma_qp_buddy_cq_handler(struct ocrdma_dev *dev, in _ocrdma_qp_buddy_cq_handler()
903 struct ocrdma_cq *cq, bool sq) in _ocrdma_qp_buddy_cq_handler()
907 struct ocrdma_cq *bcq = NULL; in _ocrdma_qp_buddy_cq_handler()
936 struct ocrdma_cq *cq) in ocrdma_qp_buddy_cq_handler()
939 struct ocrdma_cq *bcq = NULL; in ocrdma_qp_buddy_cq_handler()
968 struct ocrdma_cq *cq; in ocrdma_qp_cq_handler()
1779 int ocrdma_mbx_create_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq, in ocrdma_mbx_create_cq()
1884 void ocrdma_mbx_destroy_cq(struct ocrdma_dev *dev, struct ocrdma_cq *cq) in ocrdma_mbx_destroy_cq()
2078 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *c
[all...]