Searched refs:ata_ncq_enabled (Results 1 – 4 of 4) sorted by relevance
3362 if (ata_is_ncq(tf->protocol) && !ata_ncq_enabled(dev)) { in ata_scsi_pass_thru()3552 if (ata_ncq_enabled(dev) && ata_fpdma_dsm_supported(dev)) { in ata_scsi_write_same_xlat()3812 if (ata_ncq_enabled(qc->dev) && in ata_scsi_zbc_in_xlat()3901 if (ata_ncq_enabled(qc->dev) && in ata_scsi_zbc_out_xlat()
748 if (ata_ncq_enabled(dev)) in ata_scsi_port_error_handler()1925 if ((verdict & ATA_EH_SPDN_NCQ_OFF) && ata_ncq_enabled(dev)) { in ata_eh_speed_down()3498 ata_ncq_enabled(dev) != saved_ncq) in ata_eh_set_mode()
749 if (ata_ncq_enabled(dev)) { in ata_build_rw_tf()
1817 static inline bool ata_ncq_enabled(struct ata_device *dev) in ata_ncq_enabled() function