Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_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()
H A Di40e_adminq.h106 u16 api_min_ver; /* api minor version */ member
H A Dif_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()
H A Di40e_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()
H A Dixl_pf_main.c200 hw->aq.api_maj_ver, hw->aq.api_min_ver, in ixl_nvm_version_str()
/freebsd/sys/dev/iavf/
H A Diavf_adminq.h104 u16 api_min_ver; /* api minor version */ member
/freebsd/sys/dev/ice/
H A Dice_controlq.c517 if (hw->api_min_ver > (exp_fw_api_ver_minor + 2))
519 hw->api_maj_ver, hw->api_min_ver,
521 else if ((hw->api_min_ver + 2) < exp_fw_api_ver_minor)
523 hw->api_maj_ver, hw->api_min_ver,
528 hw->api_maj_ver, hw->api_min_ver, in ice_shutdown_rq()
H A Dice_common.c1999 hw->api_min_ver = resp->api_minor; in ice_acquire_res()
6460 if (hw->api_min_ver > min)
6462 if (hw->api_min_ver == min && hw->api_patch >= patch)
6612 if (hw->api_min_ver > ICE_FW_API_HEALTH_REPORT_MIN) in ice_is_fw_auto_drop_supported()
6614 if (hw->api_min_ver == ICE_FW_API_HEALTH_REPORT_MIN &&
6921 hw->api_min_ver >= ICE_FW_API_AUTO_DROP_MIN)
H A Dice_type.h1124 u8 api_min_ver; /* API minor version */
1099 u8 api_min_ver; /* API minor version */ global() member
H A Dice_lib.c2507 hw->api_maj_ver, hw->api_min_ver, in ice_update_vsi_hw_stats()