Lines Matching refs:msgout_buf

608 		ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;  in ahc_handle_seqint()
1247 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2288 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2292 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2294 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2300 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()
2314 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
2316 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()
2459 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED; in ahc_construct_sdtr()
2460 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN; in ahc_construct_sdtr()
2461 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR; in ahc_construct_sdtr()
2462 ahc->msgout_buf[ahc->msgout_index++] = period; in ahc_construct_sdtr()
2463 ahc->msgout_buf[ahc->msgout_index++] = offset; in ahc_construct_sdtr()
2480 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED; in ahc_construct_wdtr()
2481 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR_LEN; in ahc_construct_wdtr()
2482 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR; in ahc_construct_wdtr()
2483 ahc->msgout_buf[ahc->msgout_index++] = bus_width; in ahc_construct_wdtr()
2503 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED; in ahc_construct_ppr()
2504 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR_LEN; in ahc_construct_ppr()
2505 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR; in ahc_construct_ppr()
2506 ahc->msgout_buf[ahc->msgout_index++] = period; in ahc_construct_ppr()
2507 ahc->msgout_buf[ahc->msgout_index++] = 0; in ahc_construct_ppr()
2508 ahc->msgout_buf[ahc->msgout_index++] = offset; in ahc_construct_ppr()
2509 ahc->msgout_buf[ahc->msgout_index++] = bus_width; in ahc_construct_ppr()
2510 ahc->msgout_buf[ahc->msgout_index++] = ppr_options; in ahc_construct_ppr()
2622 ahc->msgout_buf[0] = MSG_ABORT_TASK; in ahc_handle_proto_violation()
2728 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
2730 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase()
2858 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]); in ahc_handle_message_phase()
2950 if (ahc->msgout_buf[index] == MSG_EXTENDED) { in ahc_sent_msg()
2953 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg()
2954 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg()
2964 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK in ahc_sent_msg()
2965 && ahc->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) { in ahc_sent_msg()
2972 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
3394 ahc->msgout_buf[0] = MSG_MESSAGE_REJECT; in ahc_parse_msg()