Home
last modified time | relevance | path

Searched refs:IXGBE_FLAG2_RESET_REQUESTED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h650 #define IXGBE_FLAG2_RESET_REQUESTED (u32)(1 << 6) macro
Dixgbe_main.c1081 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_tx_timeout_reset()
2713 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_msix_other()
2938 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_intr()
5220 IXGBE_FLAG2_RESET_REQUESTED); in ixgbe_down()
6597 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_watchdog_flush_tx()
6874 if (!(adapter->flags2 & IXGBE_FLAG2_RESET_REQUESTED)) in ixgbe_reset_subtask()
6877 adapter->flags2 &= ~IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_reset_subtask()