host_ctx          154 drivers/infiniband/hw/i40iw/i40iw.h 	struct i40iw_dma_mem host_ctx;
host_ctx         3423 drivers/infiniband/hw/i40iw/i40iw_cm.c 	dev->iw_priv_qp_ops->qp_setctx(&iwqp->sc_qp, (u64 *)(iwqp->host_ctx.va), ctx_info);
host_ctx          470 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	cqp->host_ctx = info->host_ctx;
host_ctx          525 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 0, temp);
host_ctx          526 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 8, cqp->sq_pa);
host_ctx          529 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 16, temp);
host_ctx          530 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 24, (uintptr_t)cqp);
host_ctx          531 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 32, 0);
host_ctx          532 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 40, 0);
host_ctx          533 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 48, 0);
host_ctx          534 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	set_64bit_val(cqp->host_ctx, 56, 0);
host_ctx          537 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			cqp->host_ctx, I40IW_CQP_CTX_SIZE * 8);
host_ctx         2374 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	qp->hw_host_ctx = info->host_ctx;
host_ctx          423 drivers/infiniband/hw/i40iw/i40iw_hw.c 								     iwqp->host_ctx.va,
host_ctx          589 drivers/infiniband/hw/i40iw/i40iw_main.c 	dev->cqp->host_ctx = mem.va;
host_ctx          596 drivers/infiniband/hw/i40iw/i40iw_main.c 	cqp_init_info.host_ctx = mem.va;
host_ctx          302 drivers/infiniband/hw/i40iw/i40iw_type.h 	u64 *host_ctx;
host_ctx          612 drivers/infiniband/hw/i40iw/i40iw_type.h 	u64 *host_ctx;
host_ctx          846 drivers/infiniband/hw/i40iw/i40iw_type.h 	u64 *host_ctx;
host_ctx          596 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	init_info.host_ctx = (void *)init_info.q2 + I40IW_Q2_BUFFER_SIZE;
host_ctx          613 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwqp->host_ctx.va = init_info.host_ctx;
host_ctx          614 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwqp->host_ctx.pa = init_info.host_ctx_pa;
host_ctx          615 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwqp->host_ctx.size = I40IW_QP_CTX_SIZE;
host_ctx          693 drivers/infiniband/hw/i40iw/i40iw_verbs.c 					     (u64 *)iwqp->host_ctx.va,
host_ctx          966 drivers/infiniband/hw/i40iw/i40iw_verbs.c 						     (u64 *)iwqp->host_ctx.va,
host_ctx          171 drivers/infiniband/hw/i40iw/i40iw_verbs.h 	struct i40iw_dma_mem host_ctx;
host_ctx          233 drivers/net/ethernet/netronome/nfp/flower/cmsg.c 		u32 ctx = be32_to_cpu(msg->flow[i].host_ctx);
host_ctx          530 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 		__be32 host_ctx;