Lines Matching defs:cdl
703 static inline void ata_set_tf_cdl(struct ata_queued_cmd *qc, int cdl)
708 tf->auxiliary |= cdl;
710 tf->feature |= cdl;
726 * @cdl: Command duration limit index
741 unsigned int tf_flags, int cdl, int class)
781 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl)
782 ata_set_tf_cdl(qc, cdl);
787 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl)
788 ata_set_tf_cdl(qc, cdl);
2550 kfree(dev->cdl);
2551 dev->cdl = NULL;
2556 struct ata_cdl *cdl = dev->cdl;
2559 if (!cdl) {
2560 cdl = kzalloc_obj(*cdl);
2561 if (!cdl)
2563 dev->cdl = cdl;
2566 err_mask = ata_read_log_page(dev, ATA_LOG_CDL, 0, cdl->desc_log_buf,