Searched refs:ata_ncq_enabled (Results 1 – 5 of 5) sorted by relevance
3045 if (ata_is_ncq(tf->protocol) && !ata_ncq_enabled(dev)) { in ata_scsi_pass_thru()3236 if (ata_ncq_enabled(dev) && ata_fpdma_dsm_supported(dev)) { in ata_scsi_write_same_xlat()3457 if (ata_ncq_enabled(qc->dev) && in ata_scsi_zbc_in_xlat()3546 if (ata_ncq_enabled(qc->dev) && in ata_scsi_zbc_out_xlat()
1028 if (queue_depth == 1 || !ata_ncq_enabled(dev)) { in __ata_change_queue_depth()
689 if (ata_ncq_enabled(dev)) in ata_scsi_port_error_handler()3089 ata_ncq_enabled(dev) != saved_ncq) in ata_set_mode()
681 if (ata_ncq_enabled(dev) && !ata_tag_internal(tag)) { in ata_build_rw_tf()
1693 static inline int ata_ncq_enabled(struct ata_device *dev) in ata_ncq_enabled() function