Searched refs:ata_sff_hsm_move (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/ata/ |
D | libata-sff.c | 980 int ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc, in ata_sff_hsm_move() function 1227 EXPORT_SYMBOL_GPL(ata_sff_hsm_move); 1323 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task() 1506 ata_sff_hsm_move(ap, qc, status, 0); in __ata_sff_port_intr()
|
D | sata_sil.c | 493 ata_sff_hsm_move(ap, qc, status, 0); in sil_host_intr()
|
D | pata_octeon_cf.c | 625 ata_sff_hsm_move(ap, qc, status, 0); in octeon_cf_dma_finished()
|
D | sata_dwc_460ex.c | 581 ata_sff_hsm_move(ap, qc, status, 0); in sata_dwc_isr()
|
/linux-6.1.9/include/linux/ |
D | libata.h | 1929 extern int ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc,
|