Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h927 #define IXGBE_FWSM_FW_NVM_RECOVERY_MODE BIT(5) macro
H A Dixgbe_x550.c1263 return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE); in ixgbe_fw_recovery_mode_X550()