Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h641 #define IXGBE_FLAG2_RESET_REQUESTED (u32)(1 << 6) macro
Dixgbe_main.c1067 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_tx_timeout_reset()
2631 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_msix_other()
2852 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_intr()
5116 IXGBE_FLAG2_RESET_REQUESTED); in ixgbe_down()
6472 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_watchdog_flush_tx()
6723 if (!(adapter->flags2 & IXGBE_FLAG2_RESET_REQUESTED)) in ixgbe_reset_subtask()
6726 adapter->flags2 &= ~IXGBE_FLAG2_RESET_REQUESTED; in ixgbe_reset_subtask()