Lines Matching refs:msgout_buf

1137 			ahd->msgout_buf[0] = MSG_ABORT_TASK;  in ahd_handle_seqint()
1266 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
2163 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
2432 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3465 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
3476 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
3490 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
3494 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3496 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
3502 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()
3517 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()
3519 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT; in ahd_setup_initiator_msgout()
3671 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED; in ahd_construct_sdtr()
3672 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR_LEN; in ahd_construct_sdtr()
3673 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR; in ahd_construct_sdtr()
3674 ahd->msgout_buf[ahd->msgout_index++] = period; in ahd_construct_sdtr()
3675 ahd->msgout_buf[ahd->msgout_index++] = offset; in ahd_construct_sdtr()
3692 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED; in ahd_construct_wdtr()
3693 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_WDTR_LEN; in ahd_construct_wdtr()
3694 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_WDTR; in ahd_construct_wdtr()
3695 ahd->msgout_buf[ahd->msgout_index++] = bus_width; in ahd_construct_wdtr()
3722 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED; in ahd_construct_ppr()
3723 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR_LEN; in ahd_construct_ppr()
3724 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR; in ahd_construct_ppr()
3725 ahd->msgout_buf[ahd->msgout_index++] = period; in ahd_construct_ppr()
3726 ahd->msgout_buf[ahd->msgout_index++] = 0; in ahd_construct_ppr()
3727 ahd->msgout_buf[ahd->msgout_index++] = offset; in ahd_construct_ppr()
3728 ahd->msgout_buf[ahd->msgout_index++] = bus_width; in ahd_construct_ppr()
3729 ahd->msgout_buf[ahd->msgout_index++] = ppr_options; in ahd_construct_ppr()
3875 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
3877 ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
4011 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
4120 if (ahd->msgout_buf[index] == MSG_EXTENDED) { in ahd_sent_msg()
4123 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
4124 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
4134 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK in ahd_sent_msg()
4135 && ahd->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) { in ahd_sent_msg()
4143 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()
4144 || ((ahd->msgout_buf[index] & MSG_IDENTIFYFLAG) != 0 in ahd_sent_msg()
4562 ahd->msgout_buf[0] = MSG_MESSAGE_REJECT; in ahd_parse_msg()