Searched refs:msgout_buf (Results 1 – 5 of 5) sorted by relevance
253 u8 msgout_buf[6]; member1270 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr()1274 srb->msg_count, srb->msgout_buf[0], in build_sdtr()1275 srb->msgout_buf[1]); in build_sdtr()1300 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr()1304 srb->msg_count, srb->msgout_buf[0], in build_wdtr()1305 srb->msgout_buf[1]); in build_wdtr()1429 srb->msgout_buf[0] = identify_message; in start_scsi()1548 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()1740 ptr = (u8 *)srb->msgout_buf; in msgout_phase1()[all …]
1182 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()1823 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()2871 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()2875 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()2877 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()2883 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()2897 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()2899 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()3043 ahc->msgout_buf + ahc->msgout_index, period, offset); in ahc_construct_sdtr()3061 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()[all …]
2010 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()2139 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()3066 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()3371 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()4383 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()4394 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()4408 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()4412 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()4414 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()4420 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()[all …]
1031 uint8_t msgout_buf[12];/* Message we are sending */ member
1189 uint8_t msgout_buf[12];/* Message we are sending */ member