Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h100 #define E1000_TIDV_FPD BIT(31) macro
H A Dnetdev.c1108 ew32(TIDV, adapter->tx_int_delay | E1000_TIDV_FPD); in e1000_print_hw_hang()
1114 ew32(TIDV, adapter->tx_int_delay | E1000_TIDV_FPD); in e1000_print_hw_hang()
4239 ew32(TIDV, adapter->tx_int_delay | E1000_TIDV_FPD); in e1000e_flush_descriptors()
4248 ew32(TIDV, adapter->tx_int_delay | E1000_TIDV_FPD); in e1000e_flush_descriptors()
/openbmc/qemu/hw/net/
H A De1000x_regs.h644 #define E1000_TIDV_FPD BIT(31) macro
H A De1000e_core.c2520 if ((val & E1000_TIDV_FPD) && (core->tidv.running)) { in e1000e_set_tidv()