Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h43 #define E1000_MRQC_RSS_FIELD_IPV6_UDP 0x00800000 macro
H A Digb_ethtool.c2674 E1000_MRQC_RSS_FIELD_IPV6_UDP); in igb_set_rss_hash_opt()
2680 mrqc |= E1000_MRQC_RSS_FIELD_IPV6_UDP; in igb_set_rss_hash_opt()
H A Digb_main.c4573 mrqc |= E1000_MRQC_RSS_FIELD_IPV6_UDP; in igb_setup_mrqc()
/openbmc/qemu/hw/net/
H A Digb_regs.h159 #define E1000_MRQC_RSS_FIELD_IPV6_UDP 0x00800000 macro
H A Digb_core.c351 (core->mac[MRQC] & E1000_MRQC_RSS_FIELD_IPV6_UDP)) { in igb_rss_get_hash_type()