Searched refs:msgin_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.c253 u8 msgin_buf[6]; member in struct:ScsiReqBlk
2525 srb->msgin_buf[0],
2564 memcpy(srb->msgin_buf, dcb->active_srb->msgin_buf, acb->msg_len);
2624 dcb->target_id, srb->msgin_buf[3] << 2,
2625 (250 / srb->msgin_buf[3]),
2626 ((250 % srb->msgin_buf[3]) * 10) / srb->msgin_buf[3],
2627 srb->msgin_buf[4]);
2629 if (srb->msgin_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.c3320 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL);
3324 ahc->msgin_buf[ahc->msgin_index]);
3432 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL);
3565 switch (ahc->msgin_buf[0]) {
3588 switch (ahc->msgin_buf[2]) {
3597 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
3612 period = ahc->msgin_buf[3];
3614 saved_offset = offset = ahc->msgin_buf[4];
3627 ahc->msgin_buf[3], saved_offset,
3675 if (ahc->msgin_buf[
[all...]
H A Daic79xx_core.c4784 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS);
4788 ahd->msgin_buf[ahd->msgin_index]);
4906 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT);
5051 switch (ahd->msgin_buf[0]) {
5074 switch (ahd->msgin_buf[2]) {
5082 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
5097 period = ahd->msgin_buf[3];
5099 saved_offset = offset = ahd->msgin_buf[4];
5110 ahd->msgin_buf[3], saved_offset,
5157 if (ahd->msgin_buf[
[all...]
H A Daic7xxx.h1034 uint8_t msgin_buf[12];/* Message we are receiving */ member in struct:ahc_softc
H A Daic79xx.h1196 uint8_t msgin_buf[12];/* Message we are receiving */ member in struct:ahd_softc

Completed in 109 milliseconds