Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c608 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1247 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2288 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2292 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2294 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2300 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()
2314 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
2316 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()
2459 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED; in ahc_construct_sdtr()
2460 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN; in ahc_construct_sdtr()
[all …]
Daic79xx_core.c790 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
918 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
1813 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
2082 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3116 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
3127 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
3141 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
3145 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3147 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
3153 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()
[all …]
Daic7xxx.h1059 uint8_t msgout_buf[12];/* Message we are sending */ member
Daic79xx.h1185 uint8_t msgout_buf[12];/* Message we are sending */ member