Home
last modified time | relevance | path

Searched refs:ethtool_rxfh_context_key (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/net/ethtool/
H A Drss.c134 memcpy(data->hkey, ethtool_rxfh_context_key(ctx), in rss_prepare_ctx()
H A Dioctl.c1285 ethtool_rxfh_context_key(ctx), in ethtool_get_rxfh()
1529 !memchr_inv(ethtool_rxfh_context_key(ctx), in ethtool_set_rxfh()
1606 memcpy(ethtool_rxfh_context_key(ctx), rxfh_dev.key, in ethtool_set_rxfh()
/linux-6.15/include/linux/
H A Dethtool.h206 static inline u8 *ethtool_rxfh_context_key(struct ethtool_rxfh_context *ctx) in ethtool_rxfh_context_key() function
/linux-6.15/drivers/net/ethernet/sfc/
H A Dethtool_common.c1207 key = ethtool_rxfh_context_key(ctx); in efx_ethtool_modify_rxfh_context()
1235 netdev_rss_key_fill(ethtool_rxfh_context_key(ctx), in efx_ethtool_create_rxfh_context()
H A Dmcdi_filters.c2215 key = ethtool_rxfh_context_key(ctx); in efx_mcdi_rx_restore_rss_contexts()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1951 memcpy(ethtool_rxfh_context_key(ctx), in bnxt_create_rxfh_context()
/linux-6.15/net/core/
H A Ddev.c11838 rxfh.key = ethtool_rxfh_context_key(ctx); in netdev_rss_contexts_free()