Searched refs:msgout_buf (Results 1 – 5 of 5) sorted by relevance
238 u8 msgout_buf[6]; member1258 srb->msg_count, srb->msgout_buf[0], in build_sdtr()1259 srb->msgout_buf[1]); in build_sdtr()1284 srb->msg_count, srb->msgout_buf[0], in build_wdtr()1285 srb->msgout_buf[1]); in build_wdtr()1405 srb->msgout_buf[0] = identify_message; in start_scsi()1524 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()1717 ptr = (u8 *)srb->msgout_buf; in msgout_phase1()1721 if (srb->msgout_buf[0] == ABORT_TASK_SET) in msgout_phase1()2462 srb->msgout_buf[0] = MESSAGE_REJECT; in msgin_reject()[all …]
1182 ahc->msgout_buf[0] = TARGET_RESET; in ahc_handle_seqint()1822 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()2873 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()2895 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK; in ahc_setup_initiator_msgout()3059 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()3193 ahc->msgout_buf[0] = ABORT_TASK; in ahc_handle_proto_violation()3299 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()3521 if (ahc->msgout_buf[index] == EXTENDED_MESSAGE) { in ahc_sent_msg()3525 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg()3543 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()[all …]
2010 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_seqint()2138 ahd->msgout_buf[0] = TARGET_RESET; in ahd_handle_seqint()3370 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_proto_violation()4392 ahd->msgout_buf[ahd->msgout_index++] = NOP; in ahd_setup_initiator_msgout()4410 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()4606 ahd->msgout_buf + ahd->msgout_index, bus_width); in ahd_construct_wdtr()4781 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()5026 if (ahd->msgout_buf[index] == EXTENDED_MESSAGE) { in ahd_sent_msg()5030 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()5049 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()[all …]
1029 uint8_t msgout_buf[12];/* Message we are sending */ member
1189 uint8_t msgout_buf[12];/* Message we are sending */ member
Completed in 40 milliseconds