Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ice/
HDice_controlq.h53 #define EXP_FW_API_VER_MINOR 0x05 macro
HDice_controlq.c499 if (hw->api_min_ver > (EXP_FW_API_VER_MINOR + 2)) in ice_aq_ver_check()
502 EXP_FW_API_VER_MAJOR, EXP_FW_API_VER_MINOR); in ice_aq_ver_check()
503 else if ((hw->api_min_ver + 2) < EXP_FW_API_VER_MINOR) in ice_aq_ver_check()
506 EXP_FW_API_VER_MAJOR, EXP_FW_API_VER_MINOR); in ice_aq_ver_check()
511 EXP_FW_API_VER_MAJOR, EXP_FW_API_VER_MINOR); in ice_aq_ver_check()