Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h121 #define IXGBE_FW_API_VER_MAJOR 0x01 macro
H A Dixgbe_main.c8558 if (hw->api_maj_ver > IXGBE_FW_API_VER_MAJOR) { in ixgbe_check_fw_api_mismatch()
8563 } else if (hw->api_maj_ver == IXGBE_FW_API_VER_MAJOR && in ixgbe_check_fw_api_mismatch()
8567 } else if (hw->api_maj_ver < IXGBE_FW_API_VER_MAJOR || in ixgbe_check_fw_api_mismatch()