Searched refs:fw_major_ver (Results 1 – 2 of 2) sorted by relevance
104 getInfoRsp->fw_major_ver, getInfoRsp->fw_minor_ver); in print_getInfoRsp()158 getInfoRsp->fw_major_ver = payload[offset++]; in process_getInfo_rsp()524 mw_fw_major_ver, mw_fw_minor_ver, getInfoRsp->fw_major_ver, in check_fw_update_required()533 if (mw_fw_major_ver > getInfoRsp->fw_major_ver) { in check_fw_update_required()536 } else if (mw_fw_major_ver == getInfoRsp->fw_major_ver) { in check_fw_update_required()552 if (mw_fw_major_ver < getInfoRsp->fw_major_ver) { in check_fw_update_required()562 if (mw_fw_major_ver > getInfoRsp->fw_major_ver) { in check_fw_update_required()565 } else if(mw_fw_major_ver == getInfoRsp->fw_major_ver) { in check_fw_update_required()
150 uint8_t fw_major_ver; member