Home
last modified time | relevance | path

Searched refs:ATA_QCFLAG_HAS_CDL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-core.c685 qc->flags |= ATA_QCFLAG_HAS_CDL | ATA_QCFLAG_RESULT_TF; in ata_set_tf_cdl()
760 !(qc->flags & ATA_QCFLAG_HAS_CDL) && in ata_build_rw_tf()
4880 if (qc->flags & ATA_QCFLAG_HAS_CDL && in ata_qc_complete()
/openbmc/linux/include/linux/
H A Dlibata.h214 ATA_QCFLAG_HAS_CDL = (1 << 8), /* qc has CDL a descriptor set */ enumerator