/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_qoriq.c | 129 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_qoriq_hardreset()
|
H A D | sata_fsl.c | 521 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *) &cd->cfis); in sata_fsl_qc_prep() 970 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset() 1019 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset()
|
H A D | libata-sata.c | 137 * ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure 149 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() function 179 EXPORT_SYMBOL_GPL(ata_tf_to_fis); variable
|
H A D | acard-ahci.c | 228 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in acard_ahci_qc_prep()
|
H A D | sata_sil24.c | 607 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis); in sil24_exec_polled_cmd() 873 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, prb->fis); in sil24_qc_prep()
|
H A D | ahci_xgene.c | 369 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
|
H A D | sata_qstor.c | 297 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]); in qs_qc_prep()
|
H A D | sata_highbank.c | 404 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
|
H A D | libahci.c | 1367 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd() 1564 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_do_hardreset() 1659 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
|
H A D | ahci.c | 766 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset() 837 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_qoriq.c | 125 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_qoriq_hardreset()
|
H A D | sata_fsl.c | 514 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *) &cd->cfis); in sata_fsl_qc_prep() 949 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset() 1000 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset()
|
H A D | acard-ahci.c | 226 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in acard_ahci_qc_prep()
|
H A D | libata-sata.c | 139 * ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure 151 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() function 181 EXPORT_SYMBOL_GPL(ata_tf_to_fis); variable
|
H A D | sata_sil24.c | 610 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis); in sil24_exec_polled_cmd() 873 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, prb->fis); in sil24_qc_prep()
|
H A D | ahci_xgene.c | 368 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
|
H A D | sata_highbank.c | 404 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
|
H A D | sata_qstor.c | 292 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]); in qs_qc_prep()
|
H A D | libahci.c | 1424 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd() 1613 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_do_hardreset() 1705 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
|
H A D | ahci.c | 783 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset() 852 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_ata.c | 199 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *)&task->ata_task.fis);
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_ata.c | 186 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *)&task->ata_task.fis);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libata.h | 1254 extern void ata_tf_to_fis(const struct ata_taskfile *tf,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | libata.h | 1248 extern void ata_tf_to_fis(const struct ata_taskfile *tf,
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1301 ata_tf_to_fis(&tf, pmp, 0, fis); in hisi_sas_fill_ata_reset_cmd()
|