Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h170 #define E1000_ETQF_FILTER_ENABLE BIT(26) macro
H A Digb_ptp.c1248 (E1000_ETQF_FILTER_ENABLE | /* enable filter */ in igb_ptp_set_timestamp_mode()
H A Digb_ethtool.c2711 etqf |= E1000_ETQF_FILTER_ENABLE; in igb_rxnfc_write_etype_filter()
2806 etqf &= ~E1000_ETQF_FILTER_ENABLE; in igb_clear_etype_filter_regs()
/openbmc/qemu/hw/net/
H A Digb_regs.h214 #define E1000_ETQF_FILTER_ENABLE BIT(26) macro
H A Digb_core.c1060 if ((core->mac[ETQF0 + *etqf] & E1000_ETQF_FILTER_ENABLE) && in igb_receive_assign()