Lines Matching refs:msgout_buf

2010 			ahd->msgout_buf[0] = ABORT_TASK;  in ahd_handle_seqint()
2138 ahd->msgout_buf[0] = TARGET_RESET; in ahd_handle_seqint()
3065 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
3370 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_proto_violation()
4381 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
4392 ahd->msgout_buf[ahd->msgout_index++] = NOP; in ahd_setup_initiator_msgout()
4406 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
4410 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
4412 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
4418 ahd->msgout_buf[ahd->msgout_index++] = TARGET_RESET; in ahd_setup_initiator_msgout()
4433 ahd->msgout_buf[ahd->msgout_index++] = ABORT_TASK; in ahd_setup_initiator_msgout()
4435 ahd->msgout_buf[ahd->msgout_index++] = ABORT_TASK_SET; in ahd_setup_initiator_msgout()
4588 ahd->msgout_buf + ahd->msgout_index, period, offset); in ahd_construct_sdtr()
4606 ahd->msgout_buf + ahd->msgout_index, bus_width); in ahd_construct_wdtr()
4634 ahd->msgout_buf + ahd->msgout_index, period, offset, in ahd_construct_ppr()
4781 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
4783 ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
4917 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
5026 if (ahd->msgout_buf[index] == EXTENDED_MESSAGE) { in ahd_sent_msg()
5029 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
5030 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
5040 } else if (ahd->msgout_buf[index] >= SIMPLE_QUEUE_TAG in ahd_sent_msg()
5041 && ahd->msgout_buf[index] <= IGNORE_WIDE_RESIDUE) { in ahd_sent_msg()
5049 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()
5050 || ((ahd->msgout_buf[index] & MSG_IDENTIFYFLAG) != 0 in ahd_sent_msg()
5468 ahd->msgout_buf[0] = MESSAGE_REJECT; in ahd_parse_msg()