Home
last modified time | relevance | path

Searched refs:nic_handle (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c301 ctx, ctx->nic_handle, ctx->nic_handle_refcnt); in sfc_flow_rss_ctx_del()
335 return efx_rx_scale_tbl_set(sa->nic, ctx->nic_handle, in sfc_flow_rss_ctx_program_tbl()
392 &ctx->nic_handle); in sfc_flow_rss_ctx_program()
401 ctx->nic_handle); in sfc_flow_rss_ctx_program()
410 rc = efx_rx_scale_mode_set(sa->nic, ctx->nic_handle, in sfc_flow_rss_ctx_program()
424 rc = efx_rx_scale_key_set(sa->nic, ctx->nic_handle, in sfc_flow_rss_ctx_program()
463 rc = efx_rx_scale_context_free(sa->nic, ctx->nic_handle); in sfc_flow_rss_ctx_terminate()
466 ctx, ctx->nic_handle, rc); in sfc_flow_rss_ctx_terminate()
H A Dsfc_flow_rss.h36 uint32_t nic_handle; member
H A Dsfc_flow.c1551 spec->efs_rss_context = rss_ctx->nic_handle; in sfc_flow_filter_insert()
H A Dsfc_ethdev.c1705 contexts[1] = rss->dummy_ctx.nic_handle; in sfc_dev_rss_hash_update()