Home
last modified time | relevance | path

Searched refs:host_ctx (Results 1 – 10 of 10) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h170 struct i40iw_dma_mem host_ctx; member
Di40iw_type.h308 u64 *host_ctx; member
619 u64 *host_ctx; member
855 u64 *host_ctx; member
Di40iw_verbs.c581 init_info.host_ctx = (void *)init_info.q2 + I40IW_Q2_BUFFER_SIZE; in i40iw_create_qp()
597 iwqp->host_ctx.va = init_info.host_ctx; in i40iw_create_qp()
598 iwqp->host_ctx.pa = init_info.host_ctx_pa; in i40iw_create_qp()
599 iwqp->host_ctx.size = I40IW_QP_CTX_SIZE; in i40iw_create_qp()
677 (u64 *)iwqp->host_ctx.va, in i40iw_create_qp()
951 (u64 *)iwqp->host_ctx.va, in i40iw_modify_qp()
Di40iw_ctrl.c470 cqp->host_ctx = info->host_ctx; in i40iw_sc_cqp_init()
525 set_64bit_val(cqp->host_ctx, 0, temp); in i40iw_sc_cqp_create()
526 set_64bit_val(cqp->host_ctx, 8, cqp->sq_pa); in i40iw_sc_cqp_create()
529 set_64bit_val(cqp->host_ctx, 16, temp); in i40iw_sc_cqp_create()
530 set_64bit_val(cqp->host_ctx, 24, (uintptr_t)cqp); in i40iw_sc_cqp_create()
531 set_64bit_val(cqp->host_ctx, 32, 0); in i40iw_sc_cqp_create()
532 set_64bit_val(cqp->host_ctx, 40, 0); in i40iw_sc_cqp_create()
533 set_64bit_val(cqp->host_ctx, 48, 0); in i40iw_sc_cqp_create()
534 set_64bit_val(cqp->host_ctx, 56, 0); in i40iw_sc_cqp_create()
537 cqp->host_ctx, I40IW_CQP_CTX_SIZE * 8); in i40iw_sc_cqp_create()
[all …]
Di40iw.h154 struct i40iw_dma_mem host_ctx; member
Di40iw_main.c585 dev->cqp->host_ctx = mem.va; in i40iw_create_cqp()
592 cqp_init_info.host_ctx = mem.va; in i40iw_create_cqp()
Di40iw_hw.c422 iwqp->host_ctx.va, in i40iw_process_aeq()
Di40iw_cm.c3423 dev->iw_priv_qp_ops->qp_setctx(&iwqp->sc_qp, (u64 *)(iwqp->host_ctx.va), ctx_info); in i40iw_cm_init_tsa_conn()
/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.c233 u32 ctx = be32_to_cpu(msg->flow[i].host_ctx); in nfp_flower_cmsg_merge_hint_rx()
Dcmsg.h637 __be32 host_ctx; member