Lines Matching refs:msgout_index

1184 		ahc->msgout_index = 0;  in ahc_handle_seqint()
1822 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2859 ahc->msgout_index = 0; in ahc_setup_initiator_msgout()
2869 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2873 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2875 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2881 ahc->msgout_buf[ahc->msgout_index++] = TARGET_RESET; in ahc_setup_initiator_msgout()
2895 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK; in ahc_setup_initiator_msgout()
2897 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK_SET; in ahc_setup_initiator_msgout()
2928 ahc->msgout_index = 0; in ahc_setup_initiator_msgout()
3040 ahc->msgout_index += spi_populate_sync_msg( in ahc_construct_sdtr()
3041 ahc->msgout_buf + ahc->msgout_index, period, offset); in ahc_construct_sdtr()
3058 ahc->msgout_index += spi_populate_width_msg( in ahc_construct_wdtr()
3059 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()
3079 ahc->msgout_index += spi_populate_ppr_msg( in ahc_construct_ppr()
3080 ahc->msgout_buf + ahc->msgout_index, period, offset, in ahc_construct_ppr()
3195 ahc->msgout_index = 0; in ahc_handle_proto_violation()
3274 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3281 ahc->msgout_index = 0; in ahc_handle_message_phase()
3285 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase()
3299 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
3301 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase()
3328 && ahc->msgout_index == 0))) { in ahc_handle_message_phase()
3394 && ahc->msgout_index > 0) in ahc_handle_message_phase()
3417 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3429 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase()
3529 if (ahc->msgout_index > end_index) in ahc_sent_msg()
3531 } else if (ahc->msgout_index > index) in ahc_sent_msg()
3544 && ahc->msgout_index > index) in ahc_sent_msg()
3679 ahc->msgout_index = 0; in ahc_parse_msg()
3683 ahc->msgout_index = 0; in ahc_parse_msg()
3750 ahc->msgout_index = 0; in ahc_parse_msg()
3753 ahc->msgout_index = 0; in ahc_parse_msg()
3776 ahc->msgout_index = 0; in ahc_parse_msg()
3779 ahc->msgout_index = 0; in ahc_parse_msg()
3872 ahc->msgout_index = 0; in ahc_parse_msg()
3876 ahc->msgout_index = 0; in ahc_parse_msg()
3963 ahc->msgout_index = 0; in ahc_parse_msg()
4018 ahc->msgout_index = 0; in ahc_handle_msg_reject()
4021 ahc->msgout_index = 0; in ahc_handle_msg_reject()
4042 ahc->msgout_index = 0; in ahc_handle_msg_reject()
4045 ahc->msgout_index = 0; in ahc_handle_msg_reject()
4361 ahc->msgout_index = 0; in ahc_setup_target_msgin()
4369 ahc->msgout_index = 0; in ahc_setup_target_msgin()