Searched refs:host_ctx (Results 1 – 10 of 10) sorted by relevance
/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.h | 170 struct i40iw_dma_mem host_ctx; member
|
D | i40iw_type.h | 308 u64 *host_ctx; member 619 u64 *host_ctx; member 855 u64 *host_ctx; member
|
D | i40iw_verbs.c | 581 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()
|
D | i40iw_ctrl.c | 470 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 …]
|
D | i40iw.h | 154 struct i40iw_dma_mem host_ctx; member
|
D | i40iw_main.c | 585 dev->cqp->host_ctx = mem.va; in i40iw_create_cqp() 592 cqp_init_info.host_ctx = mem.va; in i40iw_create_cqp()
|
D | i40iw_hw.c | 422 iwqp->host_ctx.va, in i40iw_process_aeq()
|
D | i40iw_cm.c | 3423 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/ |
D | cmsg.c | 233 u32 ctx = be32_to_cpu(msg->flow[i].host_ctx); in nfp_flower_cmsg_merge_hint_rx()
|
D | cmsg.h | 637 __be32 host_ctx; member
|