Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1009 if (adapter->rss_info.rss_flags & RSS_ENABLE_IPV4) in be_get_rss_hash_opts()
1015 if (adapter->rss_info.rss_flags & RSS_ENABLE_IPV4) in be_get_rss_hash_opts()
1077 rss_flags |= RSS_ENABLE_IPV4 | in be_set_rss_hash_opts()
1095 rss_flags |= RSS_ENABLE_IPV4 | in be_set_rss_hash_opts()
Dbe_cmds.h1160 #define RSS_ENABLE_IPV4 0x1 macro
Dbe_main.c3508 rss->rss_flags = RSS_ENABLE_TCP_IPV4 | RSS_ENABLE_IPV4 | in be_rx_qs_create()