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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddc395x.c254 u8 msgout_buf[6]; member in struct:ScsiReqBlk
1404 u8 *ptr = srb->msgout_buf + srb->msg_count;
1407 "build_sdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1408 srb->msg_count, srb->msgout_buf[0],
1409 srb->msgout_buf[1]);
1434 u8 *ptr = srb->msgout_buf + srb->msg_count;
1437 "build_wdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1438 srb->msg_count, srb->msgout_buf[0],
1439 srb->msgout_buf[1]);
1525 srb->msgout_buf[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1181 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1822 if (ahc->msgout_buf[ahc->msgout_index - 1]
2852 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2856 ahc->msgout_buf[ahc->msgout_index++] =
2858 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2864 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2878 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2880 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
3024 ahc->msgout_buf + ahc->msgout_index, period, offset);
3042 ahc->msgout_buf
[all...]
H A Daic79xx_core.c1983 ahd->msgout_buf[0] = MSG_ABORT_TASK;
2112 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
3038 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
3356 ahd->msgout_buf[0] = MSG_ABORT_TASK;
4345 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
4356 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
4370 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
4374 ahd->msgout_buf[ahd->msgout_index++] =
4376 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
4382 ahd->msgout_buf[ah
[all...]
H A Daic7xxx.h1033 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc
H A Daic79xx.h1195 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc

Completed in 98 milliseconds