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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddc395x.c253 u8 msgout_buf[6]; member in struct:ScsiReqBlk
1416 u8 *ptr = srb->msgout_buf + srb->msg_count;
1419 "build_sdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1420 srb->msg_count, srb->msgout_buf[0],
1421 srb->msgout_buf[1]);
1446 u8 *ptr = srb->msgout_buf + srb->msg_count;
1449 "build_wdtr: msgout_buf BUSY (%i: %02x %02x)\n",
1450 srb->msg_count, srb->msgout_buf[0],
1451 srb->msgout_buf[1]);
1537 srb->msgout_buf[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c612 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1252 if (ahc->msgout_buf[ahc->msgout_index - 1]
2295 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2299 ahc->msgout_buf[ahc->msgout_index++] =
2301 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2307 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2321 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2323 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2467 ahc->msgout_buf + ahc->msgout_index, period, offset);
2485 ahc->msgout_buf
[all...]
H A Daic79xx_core.c1263 ahd->msgout_buf[0] = MSG_ABORT_TASK;
1392 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
2323 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
2632 ahd->msgout_buf[0] = MSG_ABORT_TASK;
3621 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3632 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
3646 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
3650 ahd->msgout_buf[ahd->msgout_index++] =
3652 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
3658 ahd->msgout_buf[ah
[all...]
H A Daic79xx.h1188 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc
H A Daic7xxx.h1043 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc

Completed in 127 milliseconds