Searched refs:rx_push_rss_context_config (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ethtool_common.c | 1248 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()
|
D | net_driver.h | 1369 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ethtool_common.c | 1247 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()
|
D | net_driver.h | 1418 int (*rx_push_rss_context_config)(struct efx_nic *efx, member
|
D | ef100_nic.c | 1293 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,
|
D | ef10.c | 4220 .rx_push_rss_context_config = efx_mcdi_rx_push_rss_context_config,
|