Home
last modified time | relevance | path

Searched refs:msgout_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
A Ddc395x.c238 u8 msgout_buf[6]; member
1259 srb->msg_count, srb->msgout_buf[0], in build_sdtr()
1260 srb->msgout_buf[1]); in build_sdtr()
1285 srb->msg_count, srb->msgout_buf[0], in build_wdtr()
1286 srb->msgout_buf[1]); in build_wdtr()
1406 srb->msgout_buf[0] = identify_message; in start_scsi()
1525 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()
1718 ptr = (u8 *)srb->msgout_buf; in msgout_phase1()
1722 if (srb->msgout_buf[0] == ABORT_TASK_SET) in msgout_phase1()
2463 srb->msgout_buf[0] = MESSAGE_REJECT; in msgin_reject()
[all …]
/linux/drivers/scsi/aic7xxx/
A Daic7xxx_core.c1182 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 …]
A Daic79xx_core.c2010 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 …]
A Daic7xxx.h1029 uint8_t msgout_buf[12];/* Message we are sending */ member
A Daic79xx.h1189 uint8_t msgout_buf[12];/* Message we are sending */ member

Completed in 42 milliseconds