Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_regs.h323 #define E1000_EITR_CNT_IGNR 0x80000000 /* Don't reset counters on write */ macro
H A Digb_core.c3049 core->eitr_guest_value[eitr_num] = val & ~E1000_EITR_CNT_IGNR; in igb_set_eitr()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h449 #define E1000_EITR_CNT_IGNR 0x80000000 /* Don't reset counters on write */ macro
H A Digb_main.c7087 itr_val |= E1000_EITR_CNT_IGNR; in igb_write_itr()