Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Ddc395x.c254 u8 msgout_buf[6]; member
1303 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr()
1307 srb->msg_count, srb->msgout_buf[0], in build_sdtr()
1308 srb->msgout_buf[1]); in build_sdtr()
1333 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr()
1337 srb->msg_count, srb->msgout_buf[0], in build_wdtr()
1338 srb->msgout_buf[1]); in build_wdtr()
1462 srb->msgout_buf[0] = identify_message; in start_scsi()
1581 srb->msgout_buf[0] = ABORT; in enable_msgout_abort()
1773 ptr = (u8 *)srb->msgout_buf; in msgout_phase1()
[all …]
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c1182 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()
2887 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2891 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2893 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2899 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()
2913 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
2915 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()
3059 ahc->msgout_buf + ahc->msgout_index, period, offset); in ahc_construct_sdtr()
3077 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()
[all …]
Daic79xx_core.c2021 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()
[all …]
Daic7xxx.h1031 uint8_t msgout_buf[12];/* Message we are sending */ member
Daic79xx.h1189 uint8_t msgout_buf[12];/* Message we are sending */ member