Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dsata_nv.c1393 if (qc->tf.protocol == ATA_PROT_NCQ) in nv_adma_qc_prep()
1418 int curr_ncq = (qc->tf.protocol == ATA_PROT_NCQ); in nv_adma_qc_issue()
1425 if (unlikely(qc->tf.protocol == ATA_PROT_NCQ && in nv_adma_qc_issue()
1977 if (qc->tf.protocol != ATA_PROT_NCQ) { in nv_swncq_qc_prep()
2053 if (qc->tf.protocol != ATA_PROT_NCQ) in nv_swncq_qc_issue()
Dsata_fsl.c531 if (qc->tf.protocol == ATA_PROT_NCQ) { in sata_fsl_qc_prep()
548 if (qc->tf.protocol == ATA_PROT_NCQ) in sata_fsl_qc_prep()
Dsata_mv.c1176 int want_ncq = (protocol == ATA_PROT_NCQ); in mv_start_edma()
2061 case ATA_PROT_NCQ: in mv_qc_prep()
2158 (tf->protocol != ATA_PROT_NCQ)) in mv_qc_prep_iie()
2362 case ATA_PROT_NCQ: in mv_qc_issue()
Dlibata-scsi.c3114 return ATA_PROT_NCQ; in ata_scsi_map_proto()
3511 tf->protocol = ATA_PROT_NCQ; in ata_scsi_write_same_xlat()
3731 tf->protocol = ATA_PROT_NCQ; in ata_scsi_zbc_in_xlat()
Dsata_dwc_460ex.c289 case ATA_PROT_NCQ: in get_prot_descript()
Dlibata-eh.c2537 case ATA_PROT_NCQ: in ata_eh_link_report()
Dlibata-core.c767 tf->protocol = ATA_PROT_NCQ; in ata_build_rw_tf()
/Linux-v4.19/include/trace/events/
Dlibata.h129 ata_protocol_name(ATA_PROT_NCQ), \
/Linux-v4.19/include/linux/
Data.h549 ATA_PROT_NCQ = ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ, enumerator