• Home
  • Raw
  • Download

Lines Matching refs:msgout_buf

2021 			ahd->msgout_buf[0] = MSG_ABORT_TASK;  in ahd_handle_seqint()
2150 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
3078 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
3396 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
4411 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
4422 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
4436 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
4440 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
4442 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
4448 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()
4463 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG; in ahd_setup_initiator_msgout()
4465 ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT; in ahd_setup_initiator_msgout()
4618 ahd->msgout_buf + ahd->msgout_index, period, offset); in ahd_construct_sdtr()
4636 ahd->msgout_buf + ahd->msgout_index, bus_width); in ahd_construct_wdtr()
4664 ahd->msgout_buf + ahd->msgout_index, period, offset, in ahd_construct_ppr()
4811 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
4813 ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
4947 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]); in ahd_handle_message_phase()
5056 if (ahd->msgout_buf[index] == MSG_EXTENDED) { in ahd_sent_msg()
5059 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
5060 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
5070 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK in ahd_sent_msg()
5071 && ahd->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) { in ahd_sent_msg()
5079 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()
5080 || ((ahd->msgout_buf[index] & MSG_IDENTIFYFLAG) != 0 in ahd_sent_msg()
5498 ahd->msgout_buf[0] = MSG_MESSAGE_REJECT; in ahd_parse_msg()