Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h41 #define E1000_MRQC_RSS_FIELD_IPV4_UDP 0x00400000 macro
H A Digb_ethtool.c2673 mrqc &= ~(E1000_MRQC_RSS_FIELD_IPV4_UDP | in igb_set_rss_hash_opt()
2677 mrqc |= E1000_MRQC_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
H A Digb_main.c4571 mrqc |= E1000_MRQC_RSS_FIELD_IPV4_UDP; in igb_setup_mrqc()
/openbmc/qemu/hw/net/
H A Digb_regs.h157 #define E1000_MRQC_RSS_FIELD_IPV4_UDP 0x00400000 macro
H A Digb_core.c311 (core->mac[MRQC] & E1000_MRQC_RSS_FIELD_IPV4_UDP)) { in igb_rss_get_hash_type()