Lines Matching refs:rtype
25 u8 rtype = EDL_APP_VER_RES_EVT; in qca_read_soc_version() local
36 rtype = EDL_PATCH_VER_REQ_CMD; in qca_read_soc_version()
58 edl->rtype != rtype) { in qca_read_soc_version()
60 edl->rtype); in qca_read_soc_version()
119 edl->rtype != EDL_GET_BUILD_INFO_CMD) { in qca_read_fw_build_info()
121 edl->rtype); in qca_read_fw_build_info()
177 if (edl->cresp != EDL_PATCH_CONFIG_RES_EVT || edl->rtype != EDL_PATCH_CONFIG_CMD) { in qca_send_patch_config_cmd()
179 edl->rtype); in qca_send_patch_config_cmd()
234 edl->rtype != EDL_GET_BID_REQ_CMD) { in qca_read_fw_board_id()
235 bt_dev_err(hdev, "QCA Wrong packet: %d %d", edl->cresp, edl->rtype); in qca_read_fw_board_id()
488 u8 rtype = EDL_TVL_DNLD_RES_EVT; in qca_tlv_send_segment() local
505 rtype = EDL_PATCH_TLV_REQ_CMD; in qca_tlv_send_segment()
524 if (edl->cresp != EDL_CMD_REQ_RES_EVT || edl->rtype != rtype) { in qca_tlv_send_segment()
526 edl->cresp, edl->rtype); in qca_tlv_send_segment()
536 edl->cresp, edl->rtype, tlv_resp->result); in qca_tlv_send_segment()