/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 45 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 D | siw_verbs.c | 1096 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq() argument 1098 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq() 1099 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq() 1122 * @base_cq: CQ as allocated by RDMA midlayer 1127 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq() argument 1130 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq() 1131 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq() 1135 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq() 1140 siw_dbg(base_cq->device, "CQ size error: %d\n", size); in siw_create_cq() 1145 cq->base_cq in siw_create_cq() 1221 siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc) siw_poll_cq() argument 1250 siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags) siw_req_notify_cq() argument 1840 struct ib_cq *base_cq = &cq->base_cq; siw_cq_event() local [all...] |
H A D | siw.h | 203 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 D | siw_qp.c | 1038 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 D | siw_cq.c | 66 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
|
H A D | siw_main.c | 298 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 45 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, 64 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata); 65 int siw_poll_cq(struct ib_cq *base_cq, int num_entries, struct ib_wc *wc); 66 int siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags);
|
H A D | siw_verbs.c | 1100 int siw_destroy_cq(struct ib_cq *base_cq, struct ib_udata *udata) in siw_destroy_cq() argument 1102 struct siw_cq *cq = to_siw_cq(base_cq); in siw_destroy_cq() 1103 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq() 1126 * @base_cq: CQ as allocated by RDMA midlayer 1131 int siw_create_cq(struct ib_cq *base_cq, const struct ib_cq_init_attr *attr, in siw_create_cq() argument 1134 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq() 1135 struct siw_cq *cq = to_siw_cq(base_cq); in siw_create_cq() 1142 siw_dbg(base_cq->device, "too many CQ's\n"); in siw_create_cq() 1147 siw_dbg(base_cq->device, "CQ size error: %d\n", size); in siw_create_cq() 1152 cq->base_cq in siw_create_cq() 1228 siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc) siw_poll_cq() argument 1257 siw_req_notify_cq(struct ib_cq *base_cq, enum ib_cq_notify_flags flags) siw_req_notify_cq() argument 1850 struct ib_cq *base_cq = &cq->base_cq; siw_cq_event() local [all...] |
H A D | siw.h | 204 struct ib_cq base_cq; member 573 static inline struct siw_cq *to_siw_cq(struct ib_cq *base_cq) in to_siw_cq() argument 575 return container_of(base_cq, struct siw_cq, base_cq); in to_siw_cq() 709 ibdev_dbg(cq->base_cq.device, "CQ[%u] %s: " fmt, cq->id, __func__, \
|
H A D | siw_qp.c | 1041 if (!cq->base_cq.comp_handler) in siw_cq_notify_now() 1089 if (rdma_is_kernel_res(&cq->base_cq.res)) in siw_sqe_complete() 1106 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete() 1107 cq->base_cq.cq_context); in siw_sqe_complete() 1147 if (rdma_is_kernel_res(&cq->base_cq.res)) { in siw_rqe_complete() 1168 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete() 1169 cq->base_cq.cq_context); in siw_rqe_complete()
|
H A D | siw_cq.c | 66 if (likely(rdma_is_kernel_res(&cq->base_cq.res))) { in siw_reap_cqe()
|
H A D | siw_main.c | 274 INIT_RDMA_OBJ_SIZE(ib_cq, siw_cq, base_cq),
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
H A D | qlge_dbg.c | 1669 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 D | qlge.h | 1330 u8 base_cq; member
|
H A D | qlge_main.c | 3455 ricb->base_cq = RSS_L4K; in ql_start_rss()
|
/kernel/linux/linux-6.6/drivers/staging/qlge/ |
H A D | qlge.h | 1330 u8 base_cq; member
|
H A D | qlge_main.c | 3436 ricb->base_cq = RSS_L4K; in qlge_start_rss()
|