Searched refs:ata_tf_to_fis (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/ata/ |
D | sata_fsl.c | 531 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()
|
D | acard-ahci.c | 276 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in acard_ahci_qc_prep()
|
D | sata_sil24.c | 617 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()
|
D | sata_qstor.c | 313 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]); in qs_qc_prep()
|
D | ahci_xgene.c | 376 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
|
D | sata_highbank.c | 418 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
|
D | ahci.c | 705 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()
|
D | libahci.c | 1267 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()
|
D | libata-core.c | 551 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);
|
D | libata-scsi.c | 2187 ata_tf_to_fis(&tf, 0, 1, &rbuf[36]); /* TODO: PMP? */ in ata_scsiop_inq_89()
|
D | sata_mv.c | 2304 ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis); in mv_qc_issue_fis()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_ata.c | 213 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/ |
D | libata.h | 1174 extern void ata_tf_to_fis(const struct ata_taskfile *tf,
|