Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/ !
Ddc395x.c238 u8 msgout_buf[6]; member
1254 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_sdtr()
1258 srb->msg_count, srb->msgout_buf[0], in build_sdtr()
1259 srb->msgout_buf[1]); in build_sdtr()
1280 u8 *ptr = srb->msgout_buf + srb->msg_count; in build_wdtr()
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()
[all …]
/linux-5.19.10/drivers/scsi/aic7xxx/ !
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()
2869 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2873 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2875 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2881 ahc->msgout_buf[ahc->msgout_index++] = TARGET_RESET; in ahc_setup_initiator_msgout()
2895 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK; in ahc_setup_initiator_msgout()
2897 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK_SET; in ahc_setup_initiator_msgout()
3041 ahc->msgout_buf + ahc->msgout_index, period, offset); in ahc_construct_sdtr()
3059 ahc->msgout_buf + ahc->msgout_index, bus_width); in ahc_construct_wdtr()
[all …]
Daic79xx_core.c2010 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_seqint()
2138 ahd->msgout_buf[0] = TARGET_RESET; in ahd_handle_seqint()
3065 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
3370 ahd->msgout_buf[0] = ABORT_TASK; in ahd_handle_proto_violation()
4381 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
4392 ahd->msgout_buf[ahd->msgout_index++] = NOP; in ahd_setup_initiator_msgout()
4406 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
4410 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
4412 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
4418 ahd->msgout_buf[ahd->msgout_index++] = TARGET_RESET; in ahd_setup_initiator_msgout()
[all …]
Daic7xxx.h1029 uint8_t msgout_buf[12];/* Message we are sending */ member
Daic79xx.h1189 uint8_t msgout_buf[12];/* Message we are sending */ member