Searched refs:fis (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_discover.c237 struct dev_to_host_fis *fis = local
239 if (fis->interrupt_reason == 1 && fis->lbal == 1 &&
240 fis->byte_count_low==0x69 && fis->byte_count_high == 0x96
241 && (fis->device & ~0x10) == 0)
308 struct dev_to_host_fis *fis = local
311 if ((fis->sector_count == 1 && /* ATA */
312 fis->lbal == 1 &&
313 fis
[all...]
H A Dsas_expander.c618 memcpy(child->frame_rcvd, &child->sata_dev.rps_resp.rps.fis,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java174 FileInputStream fis = null;
177 fis = new FileInputStream(fromFile);
179 fis.read(data);
182 if (fis != null) {
183 fis.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java185 FileInputStream fis = new FileInputStream(theFile);
186 BufferedReader br = new BufferedReader(new InputStreamReader(fis));
197 fis.close();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c113 * @fis: Buffer into which data will output
123 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp) argument
125 fis[0] = 0x27; /* Register - Host to Device FIS */
126 fis[1] = (pmp & 0xf) | (1 << 7); /* Port multiplier number,
128 fis[2] = tf->command;
129 fis[3] = tf->feature;
131 fis[4] = tf->lbal;
132 fis[5] = tf->lbam;
133 fis[6] = tf->lbah;
134 fis[
163 ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf) argument
[all...]
H A Dsata_sil24.c42 u8 fis[6 * 4]; member in struct:sil24_prb
472 u8 fis[6 * 4]; local
474 memcpy_fromio(fis, prb->fis, 6 * 4);
475 ata_tf_from_fis(fis, &pp->tf);
560 prb->fis[1] = 0; /* no PMP yet */
702 ata_tf_to_fis(&qc->tf, prb->fis, 0);
H A Dahci.c917 u8 *fis; local
952 fis = pp->cmd_tbl;
959 ata_tf_to_fis(&tf, fis, 0);
960 fis[1] &= ~(1 << 7); /* turn off Command FIS bit */
978 ata_tf_to_fis(&tf, fis, 0);
979 fis[1] &= ~(1 << 7); /* turn off Command FIS bit */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_task.c393 scb->ata_task.fis = task->ata_task.fis;
394 scb->ata_task.fis.fis_type = 0x27;
396 scb->ata_task.fis.flags |= 0x80; /* C=1: update ATA cmd reg */
397 scb->ata_task.fis.flags &= 0xF0; /* PM_PORT field shall be 0 */
H A Daic94xx_dev.c134 struct dev_to_host_fis *fis = (struct dev_to_host_fis *) local
136 asd_ddbsite_write_byte(asd_ha, ddb, SATA_STATUS, fis->status);
H A Daic94xx_sas.h401 struct host_to_dev_fis fis; member in struct:initiate_ata_task
466 struct host_to_dev_fis fis; member in struct:control_ata_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dsas.h417 struct dev_to_host_fis fis; member in struct:report_phy_sata_resp
606 struct dev_to_host_fis fis; member in struct:report_phy_sata_resp
H A Dlibsas.h490 struct host_to_dev_fis fis; member in struct:sas_ata_task
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h747 extern void ata_tf_to_fis(const struct ata_taskfile *tf, u8 *fis, u8 pmp);
748 extern void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h864 u16 fis[10]; /*18h */ member in struct:megasas_stp_frame

Completed in 130 milliseconds