Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A 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()
H A Dnet_driver.h1418 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
H A Def100_nic.c1293 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,
H A Def10.c4220 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A 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()
H A Dnet_driver.h1369 int (*rx_push_rss_context_config)(struct efx_nic *efx, member