Home
last modified time | relevance | path

Searched refs:rx_push_rss_context_config (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c1407 if (!efx->type->rx_push_rss_context_config) in efx_ethtool_set_rxfh_context()
1441 rc = efx->type->rx_push_rss_context_config(efx, ctx, NULL, NULL); in efx_ethtool_set_rxfh_context()
1452 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key); in efx_ethtool_set_rxfh_context()
Dnet_driver.h1330 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
Def10.c6759 .rx_push_rss_context_config = efx_ef10_rx_push_rss_context_config,