Home
last modified time | relevance | path

Searched refs:ATA_PROT_NCQ (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/
H A Dlibata.h327 ATA_PROT_NCQ, /* NCQ */ enumerator
380 case ATA_PROT_NCQ: in ata_prot_flags()
/openbmc/linux/drivers/ata/
H A Dsata_nv.c1370 if (qc->tf.protocol == ATA_PROT_NCQ) in nv_adma_qc_prep()
1395 int curr_ncq = (qc->tf.protocol == ATA_PROT_NCQ); in nv_adma_qc_issue()
1400 if (unlikely(qc->tf.protocol == ATA_PROT_NCQ && in nv_adma_qc_issue()
1948 if (qc->tf.protocol != ATA_PROT_NCQ) { in nv_swncq_qc_prep()
2024 if (qc->tf.protocol != ATA_PROT_NCQ) in nv_swncq_qc_issue()
H A Dsata_mv.c1135 int want_ncq = (protocol == ATA_PROT_NCQ); in mv_start_edma()
2013 case ATA_PROT_NCQ: in mv_qc_prep()
2110 (tf->protocol != ATA_PROT_NCQ)) in mv_qc_prep_iie()
2317 case ATA_PROT_NCQ: in mv_qc_issue()
H A Dlibata-scsi.c2894 return ATA_PROT_NCQ; in ata_scsi_map_proto()
3306 tf->protocol = ATA_PROT_NCQ; in ata_scsi_write_same_xlat()
3550 tf->protocol = ATA_PROT_NCQ; in ata_scsi_zbc_in_xlat()
H A Dsata_dwc_460ex.c273 case ATA_PROT_NCQ: in get_prot_descript()
H A Dsata_fsl.c528 if (qc->tf.protocol == ATA_PROT_NCQ) in sata_fsl_qc_prep()
H A Dlibata-core.c675 if (tf->protocol == ATA_PROT_NCQ) in ata_set_tf_cdl()
722 tf->protocol = ATA_PROT_NCQ; in ata_build_rw_tf()
H A Dlibata-eh.c2448 case ATA_PROT_NCQ: in ata_eh_link_report()
/openbmc/linux/include/linux/
H A Data.h542 ATA_PROT_NCQ = ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ, enumerator
/openbmc/linux/include/trace/events/
H A Dlibata.h129 ata_protocol_name(ATA_PROT_NCQ), \