Searched refs:ice_is_fw_api_min_ver (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 5834 static bool ice_is_fw_api_min_ver(struct ice_hw *hw, u8 maj, u8 min, u8 patch) in ice_is_fw_api_min_ver() function 5856 return ice_is_fw_api_min_ver(hw, ICE_FW_API_LINK_OVERRIDE_MAJ, in ice_fw_supports_link_override() 5958 return ice_is_fw_api_min_ver(hw, ICE_FW_API_HEALTH_REPORT_MAJ, in ice_is_fw_health_report_supported() 6029 return ice_is_fw_api_min_ver(hw, ICE_FW_API_LLDP_FLTR_MAJ, in ice_fw_supports_lldp_fltr_ctrl() 6081 return ice_is_fw_api_min_ver(hw, ICE_FW_API_REPORT_DFLT_CFG_MAJ, in ice_fw_supports_report_dflt_cfg()
|