Home
last modified time | relevance | path

Searched refs:cq_context (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c173 struct mlx4_cq_context *cq_context; in mlx4_cq_modify() local
180 cq_context = mailbox->buf; in mlx4_cq_modify()
181 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
182 cq_context->cq_period = cpu_to_be16(period); in mlx4_cq_modify()
195 struct mlx4_cq_context *cq_context; in mlx4_cq_resize() local
203 cq_context = mailbox->buf; in mlx4_cq_resize()
204 cq_context->logsize_usrpage = cpu_to_be32(ilog2(entries) << 24); in mlx4_cq_resize()
205 cq_context->log_page_size = mtt->page_shift - 12; in mlx4_cq_resize()
207 cq_context->mtt_base_addr_h = mtt_addr >> 32; in mlx4_cq_resize()
208 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff); in mlx4_cq_resize()
[all …]
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c230 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
256 cq->ibcq.event_handler(&event, cq->ibcq.cq_context); in mthca_cq_event()
773 struct mthca_cq_context *cq_context; in mthca_init_cq() local
811 cq_context = mailbox->buf; in mthca_init_cq()
824 memset(cq_context, 0, sizeof *cq_context); in mthca_init_cq()
825 cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK | in mthca_init_cq()
828 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24); in mthca_init_cq()
830 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index); in mthca_init_cq()
832 cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index); in mthca_init_cq()
833 cq_context->error_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_ASYNC].eqn); in mthca_init_cq()
[all …]
/linux/net/smc/
H A Dsmc_wr.h131 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
136 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
H A Dsmc_wr.c162 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_tx_cq_handler() argument
164 struct smc_ib_device *dev = (struct smc_ib_device *)cq_context; in smc_wr_tx_cq_handler()
504 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler() argument
506 struct smc_ib_device *dev = (struct smc_ib_device *)cq_context; in smc_wr_rx_cq_handler()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_cq.c105 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context); in rxe_cq_post()
119 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in rxe_cq_post()
/linux/drivers/infiniband/core/
H A Duverbs_std_types_cq.c43 struct ib_uverbs_event_queue *ev_queue = cq->cq_context; in uverbs_free_cq()
125 cq->cq_context = ev_file ? &ev_file->ev_queue : NULL; in UVERBS_HANDLER()
H A Dcq.c228 cq->cq_context = private; in __ib_alloc_cq()
/linux/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c367 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_fastreg()
463 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv()
483 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv_wake()
586 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv_done()
H A Dsvc_rdma_rw.c260 struct svcxprt_rdma *rdma = cq->cq_context; in svc_rdma_reply_done()
285 struct svcxprt_rdma *rdma = cq->cq_context; in svc_rdma_write_done()
319 struct svcxprt_rdma *rdma = cq->cq_context; in svc_rdma_wc_read_done()
H A Dverbs.c147 struct rpcrdma_xprt *r_xprt = cq->cq_context; in rpcrdma_wc_send()
166 struct rpcrdma_xprt *r_xprt = cq->cq_context; in rpcrdma_wc_receive()
/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c115 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event()
234 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
H A Dqp.c1012 schp->ibcq.cq_context); in complete_sq_drain_wr()
1063 rchp->ibcq.cq_context); in complete_rq_drain_wr()
1641 rchp->ibcq.cq_context); in __flush_qp()
1648 rchp->ibcq.cq_context); in __flush_qp()
1654 schp->ibcq.cq_context); in __flush_qp()
1678 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp()
1684 schp->ibcq.cq_context); in flush_qp()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c48 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp()
68 ibcq->event_handler(&event, ibcq->cq_context); in mlx5_ib_cq_event()
790 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_user()
921 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_kernel()
949 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
1011 cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context); in mlx5_ib_create_cq()
1358 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context); in mlx5_ib_resize_cq()
H A Dgsi.c70 struct mlx5_ib_gsi_qp *gsi = cq->cq_context; in handle_single_completion()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_eq.c64 cq->ibcq.cq_context); in erdma_aeq_event_handler()
168 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in erdma_ceq_completion_handler()
/linux/drivers/infiniband/hw/mana/
H A Dcq.c113 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mana_ib_cq_handler()
/linux/drivers/infiniband/sw/rdmavt/
H A Dcq.c75 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context); in rvt_cq_enter()
141 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c27 cqc = MLX5_ADDR_OF(query_cq_out, out, cq_context); in mlx5e_health_cq_diag_fmsg()
/linux/net/9p/
H A Dtrans_rdma.c292 struct p9_client *client = cq->cq_context; in recv_done()
343 struct p9_client *client = cq->cq_context; in send_done()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c93 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qedr_ll2_complete_tx_packet()
122 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qedr_ll2_complete_rx_packet()
H A Dmain.c477 (&cq->ibcq, cq->ibcq.cq_context); in qedr_irq_handler()
731 ibcq->event_handler(&event, ibcq->cq_context); in qedr_affiliated_event()
/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c46 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
65 ibcq->event_handler(&event, ibcq->cq_context); in mlx4_ib_cq_event()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c94 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context); in create_aso_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c88 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context); in create_wc_cq()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1107 cq->base_cq.cq_context); in siw_sqe_complete()
1169 cq->base_cq.cq_context); in siw_rqe_complete()

12