Searched refs:host_ctx (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 103 struct net_device *netdev, __be32 host_ctx) in nfp_flower_search_fl_table() argument 112 (host_ctx == NFP_FL_STATS_CTX_DONT_CARE || in nfp_flower_search_fl_table() 113 flower_entry->meta.host_ctx_id == host_ctx)) in nfp_flower_search_fl_table()
|
D | main.h | 272 struct net_device *netdev, __be32 host_ctx);
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.h | 172 struct i40iw_dma_mem host_ctx; member
|
D | i40iw_type.h | 302 u64 *host_ctx; member 612 u64 *host_ctx; member 846 u64 *host_ctx; member
|
D | i40iw_verbs.c | 638 init_info.host_ctx = (void *)init_info.q2 + I40IW_Q2_BUFFER_SIZE; in i40iw_create_qp() 655 iwqp->host_ctx.va = init_info.host_ctx; in i40iw_create_qp() 656 iwqp->host_ctx.pa = init_info.host_ctx_pa; in i40iw_create_qp() 657 iwqp->host_ctx.size = I40IW_QP_CTX_SIZE; in i40iw_create_qp() 738 (u64 *)iwqp->host_ctx.va, in i40iw_create_qp() 1009 (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_hw.c | 423 iwqp->host_ctx.va, in i40iw_process_aeq()
|
D | i40iw_main.c | 589 dev->cqp->host_ctx = mem.va; in i40iw_create_cqp() 596 cqp_init_info.host_ctx = mem.va; in i40iw_create_cqp()
|
D | i40iw_cm.c | 3416 dev->iw_priv_qp_ops->qp_setctx(&iwqp->sc_qp, (u64 *)(iwqp->host_ctx.va), ctx_info); in i40iw_cm_init_tsa_conn()
|