Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_type.h1163 #define IXGBE_FWSM_FW_NVM_RECOVERY_MODE (1 << 5) macro
H A Dixgbe_x550.c4634 return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE); in ixgbe_fw_recovery_mode_X550()