Searched refs:api_min_ver (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_adminq.c | 584 aq->api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710)) { in i40e_set_hw_flags() 597 aq->api_min_ver >= I40E_MINOR_VER_FW_LLDP_STOPPABLE_X722)) in i40e_set_hw_flags() 602 aq->api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_X722)) in i40e_set_hw_flags() 607 aq->api_min_ver >= I40E_MINOR_VER_FW_REQUEST_FEC_X722)) in i40e_set_hw_flags() 618 aq->api_min_ver >= 5)) in i40e_set_hw_flags() 623 aq->api_min_ver >= 8)) { in i40e_set_hw_flags() 630 aq->api_min_ver >= 9)) in i40e_set_hw_flags() 693 &aq->api_min_ver, in i40e_init_adminq()
|
| H A D | i40e_adminq.h | 107 u16 api_min_ver; /* api minor version */ member
|
| H A D | i40e_common.c | 1740 hw->aq.api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710) { in i40e_aq_get_phy_capabilities() 2380 (((hw->aq.api_maj_ver == 1) && (hw->aq.api_min_ver >= 5)) || in i40e_aq_set_vsi_unicast_promiscuous() 2388 if (((hw->aq.api_maj_ver >= 1) && (hw->aq.api_min_ver >= 5)) || in i40e_aq_set_vsi_unicast_promiscuous() 7195 (hw->aq.api_min_ver < 5)) || in i40e_read_rx_ctl() 7256 (hw->aq.api_min_ver < 5)) || in i40e_write_rx_ctl()
|
| /illumos-gate/usr/src/uts/common/io/i40e/ |
| H A D | i40e_main.c | 1309 hw->aq.api_min_ver > I40E_FW_MINOR_VERSION(hw)) { in i40e_common_code_init() 1313 "driver.\n", hw->aq.api_maj_ver, hw->aq.api_min_ver, in i40e_common_code_init() 1316 hw->aq.api_min_ver < (I40E_FW_MINOR_VERSION(hw) - 1)) { in i40e_common_code_init() 1320 hw->aq.api_maj_ver, hw->aq.api_min_ver, in i40e_common_code_init() 1482 hw->aq.api_min_ver) < sizeof (buf)); in i40e_final_init() 1493 hw->aq.api_min_ver); in i40e_final_init()
|
| H A D | i40e_gld.c | 664 hw->aq.api_min_ver < 7) { in i40e_transceiver_read()
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_main.c | 1486 ixgbe->hw.api_min_ver > (IXGBE_FW_API_VER_MINOR + in ixgbe_check_fw_vers() 1492 "images.", ixgbe->hw.api_maj_ver, ixgbe->hw.api_min_ver, in ixgbe_check_fw_vers() 1495 ixgbe->hw.api_min_ver < min_minor) { in ixgbe_check_fw_vers() 1499 ixgbe->hw.api_maj_ver, ixgbe->hw.api_min_ver, in ixgbe_check_fw_vers() 7298 hw->api_branch, hw->api_maj_ver, hw->api_min_ver, in ixgbe_ufm_fill_slot() 7302 hw->api_branch, hw->api_maj_ver, hw->api_min_ver, in ixgbe_ufm_fill_slot()
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_type.h | 4298 u8 api_min_ver; member
|
| H A D | ixgbe_e610.c | 464 hw->api_min_ver = resp->api_minor; in ixgbe_aci_get_fw_ver()
|