• Home
  • Raw
  • Download

Lines Matching refs:result

273 	struct aprv2_ibasic_rsp_result_t result;  member
298 ac->result.opcode = 0; in q6asm_apr_send_session_pkt()
299 ac->result.status = 0; in q6asm_apr_send_session_pkt()
306 (ac->result.opcode == hdr->opcode) || in q6asm_apr_send_session_pkt()
307 (ac->result.opcode == rsp_opcode), in q6asm_apr_send_session_pkt()
311 (ac->result.opcode == hdr->opcode), in q6asm_apr_send_session_pkt()
317 } else if (ac->result.status > 0) { in q6asm_apr_send_session_pkt()
319 ac->result.status); in q6asm_apr_send_session_pkt()
605 struct aprv2_ibasic_rsp_result_t *result; in q6asm_stream_callback() local
616 result = data->payload; in q6asm_stream_callback()
620 switch (result->opcode) { in q6asm_stream_callback()
646 if (result->status != 0) { in q6asm_stream_callback()
649 result->opcode, result->status); in q6asm_stream_callback()
650 ac->result = *result; in q6asm_stream_callback()
658 result->opcode); in q6asm_stream_callback()
662 ac->result = *result; in q6asm_stream_callback()
691 if (lower_32_bits(phys) != result->opcode || in q6asm_stream_callback()
692 upper_32_bits(phys) != result->status) { in q6asm_stream_callback()
750 struct aprv2_ibasic_rsp_result_t *result; in q6asm_srvc_callback() local
773 result = data->payload; in q6asm_srvc_callback()
777 switch (result->opcode) { in q6asm_srvc_callback()
780 ac->result = *result; in q6asm_srvc_callback()
785 result->opcode); in q6asm_srvc_callback()
790 ac->result.status = 0; in q6asm_srvc_callback()
791 ac->result.opcode = hdr->opcode; in q6asm_srvc_callback()
792 port->mem_map_handle = result->opcode; in q6asm_srvc_callback()
796 ac->result.opcode = hdr->opcode; in q6asm_srvc_callback()
797 ac->result.status = 0; in q6asm_srvc_callback()
803 result->opcode, result->status); in q6asm_srvc_callback()
886 ac->result.opcode = 0; in q6asm_ac_send_cmd_sync()
887 ac->result.status = 0; in q6asm_ac_send_cmd_sync()
894 (ac->result.opcode == hdr->opcode), 5 * HZ); in q6asm_ac_send_cmd_sync()
901 if (ac->result.status > 0) { in q6asm_ac_send_cmd_sync()
903 ac->result.status); in q6asm_ac_send_cmd_sync()