Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dethtool_common.c1248 if (!efx->type->rx_push_rss_context_config) in efx_siena_ethtool_set_rxfh_context()
1282 rc = efx->type->rx_push_rss_context_config(efx, ctx, NULL, NULL); in efx_siena_ethtool_set_rxfh_context()
1293 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key); in efx_siena_ethtool_set_rxfh_context()
Dnet_driver.h1369 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
/linux-6.6.21/drivers/net/ethernet/sfc/
Dethtool_common.c1247 if (!efx->type->rx_push_rss_context_config) in efx_ethtool_set_rxfh_context()
1281 rc = efx->type->rx_push_rss_context_config(efx, ctx, NULL, NULL); in efx_ethtool_set_rxfh_context()
1292 rc = efx->type->rx_push_rss_context_config(efx, ctx, indir, key); in efx_ethtool_set_rxfh_context()
Dnet_driver.h1418 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
Def100_nic.c1293 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,
Def10.c4220 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,