/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | cq.c | 173 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() 195 struct mlx4_cq_context *cq_context; in mlx4_cq_resize() local 203 cq_context = mailbox->buf; in mlx4_cq_resize() 207 cq_context->mtt_base_addr_h = mtt_addr >> 32; in mlx4_cq_resize() 351 struct mlx4_cq_context *cq_context; in mlx4_cq_alloc() local 376 cq_context = mailbox->buf; in mlx4_cq_alloc() 379 cq_context->flags |= cpu_to_be32(1 << 19); in mlx4_cq_alloc() 381 cq_context->logsize_usrpage = in mlx4_cq_alloc() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/mthca/ |
A D | mthca_cq.c | 230 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() 830 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index); in mthca_init_cq() 835 cq_context->pd = cpu_to_be32(pdn); in mthca_init_cq() 836 cq_context->lkey = cpu_to_be32(cq->buf.mr.ibmr.lkey); in mthca_init_cq() 837 cq_context->cqn = cpu_to_be32(cq->cqn); in mthca_init_cq() 840 cq_context->ci_db = cpu_to_be32(cq->set_ci_db_index); in mthca_init_cq() [all …]
|
/linux-6.3-rc2/net/smc/ |
A D | smc_wr.h | 132 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context); 137 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
|
A D | smc_wr.c | 162 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() 505 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context) in smc_wr_rx_cq_handler() argument 507 struct smc_ib_device *dev = (struct smc_ib_device *)cq_context; in smc_wr_rx_cq_handler()
|
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_cq.c | 54 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in rxe_send_complete() 122 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context); in rxe_cq_post()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | uverbs_std_types_cq.c | 43 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()
|
A D | uverbs.h | 236 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
|
A D | cq.c | 228 cq->cq_context = private; in __ib_alloc_cq()
|
/linux-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | frwr_ops.c | 366 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_fastreg() 462 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv() 482 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv_wake() 585 rpcrdma_flush_disconnect(cq->cq_context, wc); in frwr_wc_localinv_done()
|
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/ |
A D | ev.c | 115 (*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()
|
A D | qp.c | 1012 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | cq.c | 92 int eqn = MLX5_GET(cqc, MLX5_ADDR_OF(create_cq_in, in, cq_context), in mlx5_create_cq() 219 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context); in mlx5_core_modify_cq_moderation()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | cq.c | 45 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp() 65 ibcq->event_handler(&event, ibcq->cq_context); in mlx5_ib_cq_event() 786 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_user() 913 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_kernel() 941 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler() 1002 cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context); in mlx5_ib_create_cq() 1349 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context); in mlx5_ib_resize_cq()
|
A D | gsi.c | 70 struct mlx5_ib_gsi_qp *gsi = cq->cq_context; in handle_single_completion()
|
/linux-6.3-rc2/drivers/infiniband/hw/erdma/ |
A D | erdma_eq.c | 64 cq->ibcq.cq_context); in erdma_aeq_event_handler() 153 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in erdma_ceq_completion_handler()
|
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v2.c | 2705 free_mr->rsv_cq->ib_cq.cq_context = NULL; in free_mr_init_cq() 3650 struct hns_roce_v2_cq_context *cq_context; in hns_roce_v2_write_cqc() local 3652 cq_context = mb_buf; in hns_roce_v2_write_cqc() 3653 memset(cq_context, 0, sizeof(*cq_context)); in hns_roce_v2_write_cqc() 3665 hr_reg_enable(cq_context, CQC_STASH); in hns_roce_v2_write_cqc() 3677 hr_reg_write(cq_context, CQC_CQE_BAR_PG_SZ, in hns_roce_v2_write_cqc() 3679 hr_reg_write(cq_context, CQC_CQE_BUF_PG_SZ, in hns_roce_v2_write_cqc() 3689 hr_reg_write(cq_context, CQC_CQ_MAX_CNT, in hns_roce_v2_write_cqc() 3691 hr_reg_write(cq_context, CQC_CQ_PERIOD, in hns_roce_v2_write_cqc() 5796 struct hns_roce_v2_cq_context *cq_context; in hns_roce_v2_modify_cq() local [all …]
|
A D | hns_roce_cq.c | 465 ibcq->comp_handler(ibcq, ibcq->cq_context); in hns_roce_cq_completion() 497 ibcq->event_handler(&event, ibcq->cq_context); in hns_roce_cq_event()
|
/linux-6.3-rc2/drivers/infiniband/sw/rdmavt/ |
A D | cq.c | 74 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context); in rvt_cq_enter() 140 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/linux-6.3-rc2/net/9p/ |
A D | trans_rdma.c | 292 struct p9_client *client = cq->cq_context; in recv_done() 343 struct p9_client *client = cq->cq_context; in send_done()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | health.c | 49 cqc = MLX5_ADDR_OF(query_cq_out, out, cq_context); in mlx5e_health_cq_diag_fmsg()
|
/linux-6.3-rc2/drivers/infiniband/hw/qedr/ |
A D | qedr_roce_cm.c | 93 (*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()
|
A D | main.c | 477 (&cq->ibcq, cq->ibcq.cq_context); in qedr_irq_handler() 731 ibcq->event_handler(&event, ibcq->cq_context); in qedr_affiliated_event()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | aso.c | 94 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context); in create_aso_cq()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
A D | cq.c | 46 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-6.3-rc2/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_main.c | 328 ibcq->event_handler(&e, ibcq->cq_context); in pvrdma_cq_event() 493 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in pvrdma_intrx_handler()
|