Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddc395x.c254 u8 msgout_buf[6]; member
1403 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr()
1407 srb->msg_count, srb->msgout_buf[0], in build_sdtr()
1408 srb->msgout_buf[1]); in build_sdtr()
1433 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr()
1437 srb->msg_count, srb->msgout_buf[0], in build_wdtr()
1438 srb->msgout_buf[1]); in build_wdtr()
1562 srb->msgout_buf[0] = identify_message; in start_scsi()
1681 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()
1873 ptr = (u8 *)srb->msgout_buf; in msgout_phase1()
[all …]
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c1189 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1830 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2894 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2898 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2900 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2906 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()
2920 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
2922 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()
3066 ahc->msgout_buf + ahc->msgout_index, period, offset); in ahc_construct_sdtr()
3084 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()
[all …]
Daic79xx_core.c2029 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
2158 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
3084 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
3402 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
4417 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
4428 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
4442 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
4446 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
4448 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
4454 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()
[all …]
Daic7xxx.h1036 uint8_t msgout_buf[12];/* Message we are sending */ member
Daic79xx.h1195 uint8_t msgout_buf[12];/* Message we are sending */ member