Searched refs:ata_tf_to_fis (Results 1 – 13 of 13) sorted by relevance
/drivers/ata/ |
D | ahci_qoriq.c | 104 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_qoriq_hardreset()
|
D | sata_fsl.c | 532 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *) &cd->cfis); in sata_fsl_qc_prep() 981 ata_tf_to_fis(&tf, pmp, 0, cfis); in sata_fsl_softreset() 1030 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.c | 711 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset() 782 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
|
D | sata_highbank.c | 418 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
|
D | ahci_xgene.c | 382 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
|
D | libahci.c | 1272 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd() 1470 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_hardreset() 1554 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
|
D | libata-core.c | 550 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() function 6988 EXPORT_SYMBOL_GPL(ata_tf_to_fis);
|
D | libata-scsi.c | 2209 ata_tf_to_fis(&tf, 0, 1, &rbuf[36]); /* TODO: PMP? */ in ata_scsiop_inq_89()
|
D | sata_mv.c | 2306 ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis); in mv_qc_issue_fis()
|
/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()
|