Searched refs:E1000_TIDV_FPD (Results 1 – 4 of 4) sorted by relevance
100 #define E1000_TIDV_FPD BIT(31) macro
1108 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()
644 #define E1000_TIDV_FPD BIT(31) macro
2520 if ((val & E1000_TIDV_FPD) && (core->tidv.running)) { in e1000e_set_tidv()