Searched refs:ata_tf_to_fis (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/ata/ |
A D | ahci_qoriq.c | 127 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_qoriq_hardreset()
|
A D | acard-ahci.c | 226 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in acard_ahci_qc_prep()
|
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()
|
A D | libata-sata.c | 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);
|
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()
|
A D | sata_qstor.c | 292 ata_tf_to_fis(&qc->tf, 0, 1, &buf[32]); in qs_qc_prep()
|
A D | sata_highbank.c | 404 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_highbank_hardreset()
|
A D | ahci_xgene.c | 369 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in xgene_ahci_do_hardreset()
|
A D | libahci.c | 1416 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd() 1604 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_do_hardreset() 1694 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
|
A D | ahci.c | 763 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset() 832 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
|
A D | sata_mv.c | 2288 ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis); in mv_qc_issue_fis()
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_ata.c | 186 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, (u8 *)&task->ata_task.fis); in sas_ata_qc_issue()
|
/linux-6.3-rc2/include/linux/ |
A D | libata.h | 1237 extern void ata_tf_to_fis(const struct ata_taskfile *tf,
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 1241 ata_tf_to_fis(&tf, pmp, 0, fis); in hisi_sas_fill_ata_reset_cmd()
|
Completed in 47 milliseconds