Symbol: cq_context
drivers/infiniband/core/cq.c
231
cq->cq_context = private;
drivers/infiniband/core/mad.c
2307
struct ib_mad_port_private *port_priv = cq->cq_context;
drivers/infiniband/core/mad.c
2533
struct ib_mad_port_private *port_priv = cq->cq_context;
drivers/infiniband/core/uverbs.h
218
void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
drivers/infiniband/core/uverbs_cmd.c
1056
cq->cq_context = ev_file ? &ev_file->ev_queue : NULL;
drivers/infiniband/core/uverbs_main.c
310
void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context)
drivers/infiniband/core/uverbs_main.c
312
struct ib_uverbs_event_queue *ev_queue = cq_context;
drivers/infiniband/core/uverbs_std_types_cq.c
129
cq->cq_context = ev_file ? &ev_file->ev_queue : NULL;
drivers/infiniband/core/uverbs_std_types_cq.c
43
struct ib_uverbs_event_queue *ev_queue = cq->cq_context;
drivers/infiniband/core/verbs.c
2192
void *cq_context,
drivers/infiniband/core/verbs.c
2209
cq->cq_context = cq_context;
drivers/infiniband/hw/bnxt_re/main.c
1660
cq->ib_cq.event_handler(&ibevent, cq->ib_cq.cq_context);
drivers/infiniband/hw/bnxt_re/main.c
1743
(*cq->ib_cq.comp_handler)(&cq->ib_cq, cq->ib_cq.cq_context);
drivers/infiniband/hw/cxgb4/ev.c
115
(*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/ev.c
234
(*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1009
schp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1060
rchp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1646
rchp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1653
rchp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1659
schp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1683
(*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
drivers/infiniband/hw/cxgb4/qp.c
1689
schp->ibcq.cq_context);
drivers/infiniband/hw/efa/efa_main.c
91
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/erdma/erdma_eq.c
168
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/erdma/erdma_eq.c
64
cq->ibcq.cq_context);
drivers/infiniband/hw/hns/hns_roce_cq.c
510
ibcq->comp_handler(ibcq, ibcq->cq_context);
drivers/infiniband/hw/hns/hns_roce_cq.c
544
ibcq->event_handler(&event, ibcq->cq_context);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2933
free_mr->rsv_cq->ib_cq.cq_context = NULL;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3862
struct hns_roce_v2_cq_context *cq_context;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3864
cq_context = mb_buf;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3865
memset(cq_context, 0, sizeof(*cq_context));
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3867
hr_reg_write(cq_context, CQC_CQ_ST, V2_CQ_STATE_VALID);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3868
hr_reg_write(cq_context, CQC_ARM_ST, NO_ARMED);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3869
hr_reg_write(cq_context, CQC_SHIFT, ilog2(hr_cq->cq_depth));
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3870
hr_reg_write(cq_context, CQC_CEQN, hr_cq->vector);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3871
hr_reg_write(cq_context, CQC_CQN, hr_cq->cqn);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3874
hr_reg_write(cq_context, CQC_CQE_SIZE, CQE_SIZE_64B);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3877
hr_reg_enable(cq_context, CQC_STASH);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3879
hr_reg_write(cq_context, CQC_CQE_CUR_BLK_ADDR_L,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3881
hr_reg_write(cq_context, CQC_CQE_CUR_BLK_ADDR_H,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3883
hr_reg_write(cq_context, CQC_CQE_HOP_NUM, hr_dev->caps.cqe_hop_num ==
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3885
hr_reg_write(cq_context, CQC_CQE_NEX_BLK_ADDR_L,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3887
hr_reg_write(cq_context, CQC_CQE_NEX_BLK_ADDR_H,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3889
hr_reg_write(cq_context, CQC_CQE_BAR_PG_SZ,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3891
hr_reg_write(cq_context, CQC_CQE_BUF_PG_SZ,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3893
hr_reg_write(cq_context, CQC_CQE_BA_L, dma_handle >> CQC_CQE_BA_L_S);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3894
hr_reg_write(cq_context, CQC_CQE_BA_H, dma_handle >> CQC_CQE_BA_H_S);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3895
hr_reg_write_bool(cq_context, CQC_DB_RECORD_EN,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3897
hr_reg_write(cq_context, CQC_CQE_DB_RECORD_ADDR_L,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3899
hr_reg_write(cq_context, CQC_CQE_DB_RECORD_ADDR_H,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3901
hr_reg_write(cq_context, CQC_CQ_MAX_CNT,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
3903
hr_reg_write(cq_context, CQC_CQ_PERIOD,
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6242
struct hns_roce_v2_cq_context *cq_context;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6253
cq_context = mailbox->buf;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6258
hr_reg_write(cq_context, CQC_CQ_MAX_CNT, cq_count);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6270
hr_reg_write(cq_context, CQC_CQ_PERIOD, cq_period);
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
958
ibcq->comp_handler(ibcq, ibcq->cq_context);
drivers/infiniband/hw/ionic/ionic_admin.c
1173
vcq->ibcq.cq_context = aq;
drivers/infiniband/hw/ionic/ionic_admin.c
492
static void ionic_rdma_admincq_comp(struct ib_cq *ibcq, void *cq_context)
drivers/infiniband/hw/ionic/ionic_admin.c
494
struct ionic_aq *aq = cq_context;
drivers/infiniband/hw/ionic/ionic_admin.c
504
static void ionic_rdma_admincq_event(struct ib_event *event, void *cq_context)
drivers/infiniband/hw/ionic/ionic_admin.c
506
struct ionic_aq *aq = cq_context;
drivers/infiniband/hw/ionic/ionic_admin.c
811
cq->vcq->ibcq.cq_context);
drivers/infiniband/hw/ionic/ionic_admin.c
821
cq->vcq->ibcq.cq_context);
drivers/infiniband/hw/ionic/ionic_controlpath.c
2397
cq->vcq->ibcq.cq_context);
drivers/infiniband/hw/ionic/ionic_datapath.c
1293
vcq->ibcq.comp_handler(&vcq->ibcq, vcq->ibcq.cq_context);
drivers/infiniband/hw/ionic/ionic_datapath.c
1370
vcq->ibcq.comp_handler(&vcq->ibcq, vcq->ibcq.cq_context);
drivers/infiniband/hw/irdma/hw.c
434
iwcq->ibcq.cq_context);
drivers/infiniband/hw/irdma/hw.c
68
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/irdma/utils.c
2407
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/mana/cq.c
128
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/mana/cq.c
311
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/mlx4/cq.c
46
ibcq->comp_handler(ibcq, ibcq->cq_context);
drivers/infiniband/hw/mlx4/cq.c
65
ibcq->event_handler(&event, ibcq->cq_context);
drivers/infiniband/hw/mlx4/mad.c
1294
struct mlx4_ib_demux_pv_ctx *ctx = cq->cq_context;
drivers/infiniband/hw/mlx4/mad.c
1305
struct mlx4_ib_demux_pv_ctx *ctx = cq->cq_context;
drivers/infiniband/hw/mlx5/cq.c
1085
cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context);
drivers/infiniband/hw/mlx5/cq.c
1422
cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
drivers/infiniband/hw/mlx5/cq.c
48
ibcq->comp_handler(ibcq, ibcq->cq_context);
drivers/infiniband/hw/mlx5/cq.c
68
ibcq->event_handler(&event, ibcq->cq_context);
drivers/infiniband/hw/mlx5/cq.c
788
cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
drivers/infiniband/hw/mlx5/cq.c
919
cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
drivers/infiniband/hw/mlx5/cq.c
947
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/mlx5/cq.c
999
cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context);
drivers/infiniband/hw/mlx5/devx.c
1518
!MLX5_GET(cqc, MLX5_ADDR_OF(create_cq_in, in, cq_context), apu_cq))
drivers/infiniband/hw/mlx5/devx.c
746
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/infiniband/hw/mlx5/gsi.c
70
struct mlx5_ib_gsi_qp *gsi = cq->cq_context;
drivers/infiniband/hw/mthca/mthca_cq.c
230
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/mthca/mthca_cq.c
256
cq->ibcq.event_handler(&event, cq->ibcq.cq_context);
drivers/infiniband/hw/mthca/mthca_cq.c
773
struct mthca_cq_context *cq_context;
drivers/infiniband/hw/mthca/mthca_cq.c
811
cq_context = mailbox->buf;
drivers/infiniband/hw/mthca/mthca_cq.c
824
memset(cq_context, 0, sizeof *cq_context);
drivers/infiniband/hw/mthca/mthca_cq.c
825
cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK |
drivers/infiniband/hw/mthca/mthca_cq.c
828
cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24);
drivers/infiniband/hw/mthca/mthca_cq.c
830
cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index);
drivers/infiniband/hw/mthca/mthca_cq.c
832
cq_context->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
drivers/infiniband/hw/mthca/mthca_cq.c
833
cq_context->error_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_ASYNC].eqn);
drivers/infiniband/hw/mthca/mthca_cq.c
834
cq_context->comp_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_COMP].eqn);
drivers/infiniband/hw/mthca/mthca_cq.c
835
cq_context->pd = cpu_to_be32(pdn);
drivers/infiniband/hw/mthca/mthca_cq.c
836
cq_context->lkey = cpu_to_be32(cq->buf.mr.ibmr.lkey);
drivers/infiniband/hw/mthca/mthca_cq.c
837
cq_context->cqn = cpu_to_be32(cq->cqn);
drivers/infiniband/hw/mthca/mthca_cq.c
840
cq_context->ci_db = cpu_to_be32(cq->set_ci_db_index);
drivers/infiniband/hw/mthca/mthca_cq.c
841
cq_context->state_db = cpu_to_be32(cq->arm_db_index);
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
788
cq->ibcq.event_handler(&ib_evt, cq->ibcq.cq_context);
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
960
(*bcq->ibcq.comp_handler) (&bcq->ibcq, bcq->ibcq.cq_context);
drivers/infiniband/hw/ocrdma/ocrdma_hw.c
979
(*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/qedr/main.c
474
(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/qedr/main.c
728
ibcq->event_handler(&event, ibcq->cq_context);
drivers/infiniband/hw/qedr/qedr_roce_cm.c
122
(*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/qedr/qedr_roce_cm.c
93
(*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
366
ibcq->event_handler(&e, ibcq->cq_context);
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c
519
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/sw/rdmavt/cq.c
141
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/sw/rdmavt/cq.c
75
cq->ibcq.event_handler(&ev, cq->ibcq.cq_context);
drivers/infiniband/sw/rxe/rxe_cq.c
71
cq->ibcq.event_handler(&ev, cq->ibcq.cq_context);
drivers/infiniband/sw/rxe/rxe_cq.c
85
cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
drivers/infiniband/sw/siw/siw_qp.c
1075
cq->base_cq.cq_context);
drivers/infiniband/sw/siw/siw_qp.c
1137
cq->base_cq.cq_context);
drivers/infiniband/sw/siw/siw_verbs.c
1862
base_cq->event_handler(&event, base_cq->cq_context);
drivers/infiniband/ulp/srp/ib_srp.c
1873
struct srp_rdma_ch *ch = cq->cq_context;
drivers/infiniband/ulp/srp/ib_srp.c
2082
struct srp_rdma_ch *ch = cq->cq_context;
drivers/infiniband/ulp/srp/ib_srp.c
2158
struct srp_rdma_ch *ch = cq->cq_context;
drivers/net/ethernet/mellanox/mlx4/cq.c
173
struct mlx4_cq_context *cq_context;
drivers/net/ethernet/mellanox/mlx4/cq.c
180
cq_context = mailbox->buf;
drivers/net/ethernet/mellanox/mlx4/cq.c
181
cq_context->cq_max_count = cpu_to_be16(count);
drivers/net/ethernet/mellanox/mlx4/cq.c
182
cq_context->cq_period = cpu_to_be16(period);
drivers/net/ethernet/mellanox/mlx4/cq.c
195
struct mlx4_cq_context *cq_context;
drivers/net/ethernet/mellanox/mlx4/cq.c
203
cq_context = mailbox->buf;
drivers/net/ethernet/mellanox/mlx4/cq.c
204
cq_context->logsize_usrpage = cpu_to_be32(ilog2(entries) << 24);
drivers/net/ethernet/mellanox/mlx4/cq.c
205
cq_context->log_page_size = mtt->page_shift - 12;
drivers/net/ethernet/mellanox/mlx4/cq.c
207
cq_context->mtt_base_addr_h = mtt_addr >> 32;
drivers/net/ethernet/mellanox/mlx4/cq.c
208
cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
drivers/net/ethernet/mellanox/mlx4/cq.c
358
struct mlx4_cq_context *cq_context;
drivers/net/ethernet/mellanox/mlx4/cq.c
383
cq_context = mailbox->buf;
drivers/net/ethernet/mellanox/mlx4/cq.c
384
cq_context->flags = cpu_to_be32(!!collapsed << 18);
drivers/net/ethernet/mellanox/mlx4/cq.c
386
cq_context->flags |= cpu_to_be32(1 << 19);
drivers/net/ethernet/mellanox/mlx4/cq.c
388
cq_context->logsize_usrpage =
drivers/net/ethernet/mellanox/mlx4/cq.c
391
cq_context->comp_eqn = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].eqn;
drivers/net/ethernet/mellanox/mlx4/cq.c
392
cq_context->log_page_size = mtt->page_shift - MLX4_ICM_PAGE_SHIFT;
drivers/net/ethernet/mellanox/mlx4/cq.c
395
cq_context->mtt_base_addr_h = mtt_addr >> 32;
drivers/net/ethernet/mellanox/mlx4/cq.c
396
cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
drivers/net/ethernet/mellanox/mlx4/cq.c
397
cq_context->db_rec_addr = cpu_to_be64(db_rec);
drivers/net/ethernet/mellanox/mlx5/core/cq.c
111
int eqn = MLX5_GET(cqc, MLX5_ADDR_OF(create_cq_in, in, cq_context),
drivers/net/ethernet/mellanox/mlx5/core/cq.c
246
cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
475
ctx = MLX5_ADDR_OF(query_cq_out, out, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/en/health.c
27
cqc = MLX5_ADDR_OF(query_cq_out, out, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
2278
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
2349
cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
2365
cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c
461
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/lib/aso.c
94
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c
930
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_send.c
1105
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/net/ethernet/mellanox/mlx5/core/wc.c
94
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/scsi/lpfc/lpfc_hw4.h
1380
struct cq_context context;
drivers/vdpa/mlx5/net/mlx5_vnet.c
597
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/vdpa/mlx5/net/mlx5_vnet.c
607
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
drivers/vfio/pci/mlx5/cmd.c
1211
cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
include/linux/mlx5/mlx5_ifc.h
7482
struct mlx5_ifc_cqc_bits cq_context;
include/linux/mlx5/mlx5_ifc.h
8187
struct mlx5_ifc_cqc_bits cq_context;
include/linux/mlx5/mlx5_ifc.h
9764
struct mlx5_ifc_cqc_bits cq_context;
include/rdma/ib_verbs.h
1707
typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
include/rdma/ib_verbs.h
1723
void *cq_context;
include/rdma/ib_verbs.h
4163
void *cq_context,
net/9p/trans_rdma.c
191
struct p9_client *client = cq->cq_context;
net/9p/trans_rdma.c
246
struct p9_client *client = cq->cq_context;
net/smc/smc_wr.c
162
void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context)
net/smc/smc_wr.c
164
struct smc_ib_device *dev = (struct smc_ib_device *)cq_context;
net/smc/smc_wr.c
504
void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context)
net/smc/smc_wr.c
506
struct smc_ib_device *dev = (struct smc_ib_device *)cq_context;
net/smc/smc_wr.h
129
void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
net/smc/smc_wr.h
134
void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context);
net/sunrpc/xprtrdma/frwr_ops.c
437
rpcrdma_flush_disconnect(cq->cq_context, wc);
net/sunrpc/xprtrdma/frwr_ops.c
533
rpcrdma_flush_disconnect(cq->cq_context, wc);
net/sunrpc/xprtrdma/frwr_ops.c
553
rpcrdma_flush_disconnect(cq->cq_context, wc);
net/sunrpc/xprtrdma/frwr_ops.c
656
rpcrdma_flush_disconnect(cq->cq_context, wc);
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
341
struct svcxprt_rdma *rdma = cq->cq_context;
net/sunrpc/xprtrdma/svc_rdma_rw.c
294
struct svcxprt_rdma *rdma = cq->cq_context;
net/sunrpc/xprtrdma/svc_rdma_rw.c
319
struct svcxprt_rdma *rdma = cq->cq_context;
net/sunrpc/xprtrdma/svc_rdma_rw.c
350
struct svcxprt_rdma *rdma = cq->cq_context;
net/sunrpc/xprtrdma/svc_rdma_sendto.c
463
struct svcxprt_rdma *rdma = cq->cq_context;
net/sunrpc/xprtrdma/verbs.c
151
struct rpcrdma_xprt *r_xprt = cq->cq_context;
net/sunrpc/xprtrdma/verbs.c
170
struct rpcrdma_xprt *r_xprt = cq->cq_context;