Home
last modified time | relevance | path

Searched refs:ata_tf_to_fis (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/ata/
Dsata_fsl.c531 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *) &cd->cfis); in sata_fsl_qc_prep()
978 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset()
1027 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset()
Dacard-ahci.c276 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in acard_ahci_qc_prep()
Dsata_sil24.c617 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis); in sil24_exec_polled_cmd()
883 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, prb->fis); in sil24_qc_prep()
Dsata_qstor.c313 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]); in qs_qc_prep()
Dahci_xgene.c376 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
Dsata_highbank.c418 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
Dahci.c705 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset()
776 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
Dlibahci.c1267 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd()
1456 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_hardreset()
1540 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
Dlibata-core.c551 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() function
6907 EXPORT_SYMBOL_GPL(ata_tf_to_fis);
Dlibata-scsi.c2187 ata_tf_to_fis(&tf, 0, 1, &rbuf[36]); /* TODO: PMP? */ in ata_scsiop_inq_89()
Dsata_mv.c2304 ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis); in mv_qc_issue_fis()
/linux-4.1.27/drivers/scsi/libsas/
Dsas_ata.c213 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *)&task->ata_task.fis); in sas_ata_qc_issue()
/linux-4.1.27/include/linux/
Dlibata.h1174 extern void ata_tf_to_fis(const struct ata_taskfile *tf,