Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dethtool_common.c1214 if (!efx->type->rx_pull_rss_context_config) in efx_siena_ethtool_get_rxfh_context()
1223 rc = efx->type->rx_pull_rss_context_config(efx, ctx); in efx_siena_ethtool_get_rxfh_context()
Dnet_driver.h1373 int (*rx_pull_rss_context_config)(struct efx_nic *efx, member
/linux-6.1.9/drivers/net/ethernet/sfc/
Dethtool_common.c1250 if (!efx->type->rx_pull_rss_context_config) in efx_ethtool_get_rxfh_context()
1259 rc = efx->type->rx_pull_rss_context_config(efx, ctx); in efx_ethtool_get_rxfh_context()
Dnet_driver.h1447 int (*rx_pull_rss_context_config)(struct efx_nic *efx, member
Def100_nic.c1240 .rx_pull_rss_context_config = efx_mcdi_rx_pull_rss_context_config,
Def10.c4189 .rx_pull_rss_context_config = efx_mcdi_rx_pull_rss_context_config,