Searched refs:fw_sw_major (Results 1 – 1 of 1) sorted by relevance
3533 static inline bool hl_is_fw_sw_ver_below(struct hl_device *hdev, u32 fw_sw_major, u32 fw_sw_minor) in hl_is_fw_sw_ver_below() argument3535 if (hdev->fw_sw_major_ver < fw_sw_major) in hl_is_fw_sw_ver_below()3537 if (hdev->fw_sw_major_ver > fw_sw_major) in hl_is_fw_sw_ver_below()