Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c1372 const u8 *hash_key_to_config = NULL; in gve_adminq_configure_rss() local
1417 hash_key_to_config = rxfh->key; in gve_adminq_configure_rss()
1419 hash_key_to_config = priv->rss_config.hash_key; in gve_adminq_configure_rss()
1422 if (hash_key_to_config) { in gve_adminq_configure_rss()
1431 memcpy(key, hash_key_to_config, priv->rss_key_size); in gve_adminq_configure_rss()