Searched refs:ata_tf_to_fis (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/ata/ |
| H A D | libata-sata.c | 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);
|
| H A D | libahci.c | 1432 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd() 1621 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_do_hardreset() 1713 ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1, cmd_tbl); in ahci_qc_prep()
|
| H A D | ahci.c | 1830 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_p5wdh_hardreset() 1899 ata_tf_to_fis(&tf, 0, 0, d2h_fis); in ahci_avn_hardreset()
|
| H A D | sata_mv.c | 2257 ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis); in mv_qc_issue_fis()
|
| /linux/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); in sas_ata_qc_issue()
|
| /linux/include/linux/ |
| H A D | libata.h | 1333 extern void ata_tf_to_fis(const struct ata_taskfile *tf,
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 1353 ata_tf_to_fis(&tf, pmp, 0, fis); in hisi_sas_fill_ata_reset_cmd()
|