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

/drivers/scsi/
H A Ddc395x.c254 u8 msgout_buf[6]; member in struct:ScsiReqBlk
1406 u8 *ptr = srb->msgout_buf + srb->msg_count;
1409 "build_sdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1410 srb->msg_count, srb->msgout_buf[0],
1411 srb->msgout_buf[1]);
1436 u8 *ptr = srb->msgout_buf + srb->msg_count;
1439 "build_wdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1440 srb->msg_count, srb->msgout_buf[0],
1441 srb->msgout_buf[1]);
1565 srb->msgout_buf[
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1189 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1830 if (ahc->msgout_buf[ahc->msgout_index - 1]
2894 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2898 ahc->msgout_buf[ahc->msgout_index++] =
2900 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2906 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2920 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2922 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
3066 ahc->msgout_buf + ahc->msgout_index, period, offset);
3084 ahc->msgout_buf
[all...]
H A Daic79xx_core.c2029 ahd->msgout_buf[0] = MSG_ABORT_TASK;
2158 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
3084 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
3402 ahd->msgout_buf[0] = MSG_ABORT_TASK;
4417 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
4428 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
4442 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
4446 ahd->msgout_buf[ahd->msgout_index++] =
4448 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
4454 ahd->msgout_buf[ah
[all...]
H A Daic7xxx.h1036 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc
H A Daic79xx.h1198 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc

Completed in 256 milliseconds