Home
last modified time | relevance | path

Searched refs:ata_port_is_frozen (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.c1427 if (ata_port_is_frozen(qc->ap)) { in ata_eh_request_sense()
1621 if (!ata_port_is_frozen(qc->ap)) { in ata_eh_analyze_tf()
1969 if (ata_port_is_frozen(ap)) { in ata_eh_get_success_sense()
2129 if (ata_port_is_frozen(ap) || in ata_eh_link_autopsy()
2372 if (ata_port_is_frozen(ap)) in ata_eh_link_report()
2693 if (ata_port_is_frozen(ap) && ata_is_host_link(link)) in ata_eh_reset()
3358 if (!ata_port_is_frozen(ap)) in ata_eh_maybe_retry_flush()
3535 if (ata_port_is_frozen(ap) || ata_link_nr_enabled(link)) in ata_eh_skip_recovery()
3890 if (ata_port_is_frozen(ap)) { in ata_eh_recover()
4095 else if (ata_port_is_frozen(ap)) in ata_eh_handle_port_suspend()
H A Dlibata-acpi.c995 if (rc == -EINVAL && !nr_executed && !ata_port_is_frozen(ap)) in ata_acpi_on_devcfg()
1010 if (!nr_executed && !ata_port_is_frozen(ap)) in ata_acpi_on_devcfg()
H A Dlibahci.c2219 if (!ata_port_is_frozen(ap)) { in ahci_error_handler()
2410 if (!ata_port_is_frozen(ap)) in ahci_pmp_attach()
2429 if (!ata_port_is_frozen(ap)) in ahci_pmp_detach()
H A Dlibata-sata.c1455 if (ata_port_is_frozen(ap)) in ata_eh_analyze_ncq_error()
H A Dsata_promise.c820 if (!ata_port_is_frozen(ap)) in pdc_error_handler()
H A Dsata_sx4.c857 if (!ata_port_is_frozen(ap)) in pdc_error_handler()
H A Dlibata-core.c1526 if (ata_port_is_frozen(ap)) { in ata_exec_internal_sg()
2126 if (!ata_port_is_frozen(dev->link->ap)) in ata_read_log_page()
4874 WARN_ON_ONCE(ata_port_is_frozen(ap)); in ata_qc_complete()
H A Dsata_nv.c2188 if (ata_port_is_frozen(ap)) in nv_swncq_host_interrupt()
H A Dlibata-scsi.c745 if (unlikely(ata_port_is_frozen(ap))) in ata_scsi_qc_new()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_ata.c104 if (unlikely(ata_port_is_frozen(ap))) { in sas_ata_task_done()
/openbmc/linux/include/linux/
H A Dlibata.h1060 static inline bool ata_port_is_frozen(const struct ata_port *ap) in ata_port_is_frozen() function