Searched refs:ata_tf_from_fis (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/ata/
H A Dacard-ahci.c267 ata_tf_from_fis(rx_fis + RX_FIS_PIO_SETUP, &qc->result_tf);
270 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf);
H A Dlibata-sata.c184 * ata_tf_from_fis - Convert SATA FIS to ATA taskfile
194 void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf) function
211 EXPORT_SYMBOL_GPL(ata_tf_from_fis); variable
H A Dsata_sil24.c490 ata_tf_from_fis(fis, tf);
H A Dlibahci.c2096 ata_tf_from_fis(rx_fis + RX_FIS_PIO_SETUP, &qc->result_tf);
2108 * use the ata_tf_from_fis() helper.
2125 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf);
H A Dsata_fsl.c579 ata_tf_from_fis(cd->sfis, &qc->result_tf);
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c235 ata_tf_from_fis(dev->sata_dev.fis, &qc->result_tf);
250 ata_tf_from_fis(dev->frame_rcvd, &tf);
/linux-master/include/linux/
H A Dlibata.h1259 extern void ata_tf_from_fis(const u8 *fis, struct ata_taskfile *tf);

Completed in 441 milliseconds