Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_lif.h206 u8 rss_hash_key[IONIC_RSS_HASH_KEY_SIZE];
A Dionic_ethtool.c707 return IONIC_RSS_HASH_KEY_SIZE; in ionic_get_rxfh_key_size()
723 memcpy(key, lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_get_rxfh()
A Dionic_if.h1696 #define IONIC_RSS_HASH_KEY_SIZE 40 macro
1758 u8 key[IONIC_RSS_HASH_KEY_SIZE];
A Dionic_lif.c1725 memcpy(lif->rss_hash_key, key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config()
1734 IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_config()
1765 memset(lif->rss_hash_key, 0, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_rss_deinit()
2777 netdev_rss_key_fill(lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE); in ionic_lif_alloc()

Completed in 26 milliseconds