Home
last modified time | relevance | path

Searched refs:api_min_ver (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/ixl/
HDi40e_adminq.c583 aq->api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710)) { in i40e_set_hw_flags()
596 aq->api_min_ver >= I40E_MINOR_VER_FW_LLDP_STOPPABLE_X722)) in i40e_set_hw_flags()
601 aq->api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_X722)) in i40e_set_hw_flags()
606 aq->api_min_ver >= I40E_MINOR_VER_FW_REQUEST_FEC_X722)) in i40e_set_hw_flags()
617 aq->api_min_ver >= 5)) in i40e_set_hw_flags()
622 aq->api_min_ver >= 8)) { in i40e_set_hw_flags()
629 aq->api_min_ver >= 9)) in i40e_set_hw_flags()
694 &aq->api_min_ver, in i40e_init_adminq()
HDi40e_adminq.h106 u16 api_min_ver; /* api minor version */ member
HDif_ixl.c584 hw->aq.api_min_ver > I40E_FW_MINOR_VERSION(hw)) { in ixl_if_attach_pre()
589 } else if (hw->aq.api_maj_ver == 1 && hw->aq.api_min_ver < 4) { in ixl_if_attach_pre()
HDi40e_common.c1710 hw->aq.api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710) { in i40e_aq_get_phy_capabilities()
2238 (hw->aq.api_maj_ver == maj && hw->aq.api_min_ver >= min)) in i40e_hw_ver_ge()
7213 (hw->aq.api_min_ver < 5)) || in i40e_read_rx_ctl()
7274 (hw->aq.api_min_ver < 5)) || in i40e_write_rx_ctl()
HDixl_pf_main.c199 hw->aq.api_maj_ver, hw->aq.api_min_ver, in ixl_nvm_version_str()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_adminq.h104 u16 api_min_ver; /* api minor version */ member
/freebsd-14-stable/sys/dev/ice/
HDice_controlq.c517 if (hw->api_min_ver > (exp_fw_api_ver_minor + 2)) in ice_aq_ver_check()
519 hw->api_maj_ver, hw->api_min_ver, in ice_aq_ver_check()
521 else if ((hw->api_min_ver + 2) < exp_fw_api_ver_minor) in ice_aq_ver_check()
523 hw->api_maj_ver, hw->api_min_ver, in ice_aq_ver_check()
528 hw->api_maj_ver, hw->api_min_ver, in ice_aq_ver_check()
HDice_common.c1999 hw->api_min_ver = resp->api_minor; in ice_aq_get_fw_ver()
6460 if (hw->api_min_ver > min) in ice_is_fw_api_min_ver()
6462 if (hw->api_min_ver == min && hw->api_patch >= patch) in ice_is_fw_api_min_ver()
6612 if (hw->api_min_ver > ICE_FW_API_HEALTH_REPORT_MIN) in ice_is_fw_health_report_supported()
6614 if (hw->api_min_ver == ICE_FW_API_HEALTH_REPORT_MIN && in ice_is_fw_health_report_supported()
6921 hw->api_min_ver >= ICE_FW_API_AUTO_DROP_MIN) in ice_is_fw_auto_drop_supported()
HDice_type.h1124 u8 api_min_ver; /* API minor version */ member
HDice_lib.c2507 hw->api_maj_ver, hw->api_min_ver, in ice_nvm_version_str()