Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c1293 const u8 *hash_key_to_config = NULL; in gve_adminq_configure_rss() local
1338 hash_key_to_config = rxfh->key; in gve_adminq_configure_rss()
1340 hash_key_to_config = priv->rss_config.hash_key; in gve_adminq_configure_rss()
1343 if (hash_key_to_config) { in gve_adminq_configure_rss()
1352 memcpy(key, hash_key_to_config, priv->rss_key_size); in gve_adminq_configure_rss()