Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_lif.h229 u8 rss_hash_key[IONIC_RSS_HASH_KEY_SIZE];
Dionic_ethtool.c835 return IONIC_RSS_HASH_KEY_SIZE; in ionic_get_rxfh_key_size()
851 memcpy(rxfh->key, lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_get_rxfh()
Dionic_if.h1783 #define IONIC_RSS_HASH_KEY_SIZE 40 macro
1849 u8 key[IONIC_RSS_HASH_KEY_SIZE];
Dionic_lif.c1905 memcpy(lif->rss_hash_key, key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config()
1914 IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config()
1945 memset(lif->rss_hash_key, 0, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_deinit()
3337 netdev_rss_key_fill(lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_alloc()