Home
last modified time | relevance | path

Searched refs:base_cq (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.h45 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr,
65 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata);
66 int siw_poll_cq(struct ib_cq *base_cq, int num_entries, struct ib_wc *wc);
67 int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags);
H A Dsiw_verbs.c1064 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq() argument
1066 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq()
1067 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq()
1095 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq() argument
1098 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq()
1099 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq()
1103 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq()
1108 siw_dbg(base_cq->device, "CQ size error: %d\n", size); in siw_create_cq()
1113 cq->base_cq.cqe = size; in siw_create_cq()
1128 siw_dbg(base_cq->device, "new CQ [%u]\n", cq->id); in siw_create_cq()
[all …]
H A Dsiw.h203 struct ib_cq base_cq; member
570 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument
572 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq()
706 ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \
H A Dsiw_qp.c1038 if (!cq->base_cq.comp_handler) in siw_cq_notify_now()
1086 if (rdma_is_kernel_res(&cq->base_cq.res)) in siw_sqe_complete()
1103 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete()
1104 cq->base_cq.cq_context); in siw_sqe_complete()
1144 if (rdma_is_kernel_res(&cq->base_cq.res)) { in siw_rqe_complete()
1165 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
1166 cq->base_cq.cq_context); in siw_rqe_complete()
H A Dsiw_cq.c68 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
H A Dsiw_main.c298 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A Dqlge_dbg.c1669 netdev_err(qdev->ndev, "ricb->base_cq = %d\n", ricb->base_cq & 0x1f); in ql_dump_ricb()
1671 ricb->base_cq & RSS_L4K ? "RSS_L4K " : "", in ql_dump_ricb()
H A Dqlge.h1330 u8 base_cq; member
H A Dqlge_main.c3455 ricb->base_cq = RSS_L4K; in ql_start_rss()