Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ATA_PROT_NCQ
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_nv.c
1372
if (qc->tf.protocol ==
ATA_PROT_NCQ
)
in nv_adma_qc_prep()
1399
int curr_ncq = (qc->tf.protocol ==
ATA_PROT_NCQ
);
in nv_adma_qc_issue()
1406
if (unlikely(qc->tf.protocol ==
ATA_PROT_NCQ
&&
in nv_adma_qc_issue()
1957
if (qc->tf.protocol !=
ATA_PROT_NCQ
) {
in nv_swncq_qc_prep()
2035
if (qc->tf.protocol !=
ATA_PROT_NCQ
)
in nv_swncq_qc_issue()
H
A
D
sata_fsl.c
526
if (qc->tf.protocol ==
ATA_PROT_NCQ
) {
in sata_fsl_qc_prep()
543
if (qc->tf.protocol ==
ATA_PROT_NCQ
)
in sata_fsl_qc_prep()
H
A
D
sata_mv.c
1163
int want_ncq = (protocol ==
ATA_PROT_NCQ
);
in mv_start_edma()
2048
case
ATA_PROT_NCQ
:
in mv_qc_prep()
2145
(tf->protocol !=
ATA_PROT_NCQ
))
in mv_qc_prep_iie()
2351
case
ATA_PROT_NCQ
:
in mv_qc_issue()
H
A
D
libata-scsi.c
2848
return
ATA_PROT_NCQ
;
in ata_scsi_map_proto()
3256
tf->protocol =
ATA_PROT_NCQ
;
in ata_scsi_write_same_xlat()
3477
tf->protocol =
ATA_PROT_NCQ
;
in ata_scsi_zbc_in_xlat()
H
A
D
sata_dwc_460ex.c
289
case
ATA_PROT_NCQ
:
in get_prot_descript()
H
A
D
libata-eh.c
2329
case
ATA_PROT_NCQ
:
in ata_eh_link_report()
H
A
D
libata-core.c
686
tf->protocol =
ATA_PROT_NCQ
;
in ata_build_rw_tf()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_nv.c
1370
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
D
sata_mv.c
1166
int want_ncq = (protocol ==
ATA_PROT_NCQ
);
in mv_start_edma()
2044
case
ATA_PROT_NCQ
:
in mv_qc_prep()
2141
(tf->protocol !=
ATA_PROT_NCQ
))
in mv_qc_prep_iie()
2348
case
ATA_PROT_NCQ
:
in mv_qc_issue()
H
A
D
libata-scsi.c
2858
return
ATA_PROT_NCQ
;
in ata_scsi_map_proto()
3270
tf->protocol =
ATA_PROT_NCQ
;
in ata_scsi_write_same_xlat()
3514
tf->protocol =
ATA_PROT_NCQ
;
in ata_scsi_zbc_in_xlat()
H
A
D
sata_dwc_460ex.c
273
case
ATA_PROT_NCQ
:
in get_prot_descript()
H
A
D
sata_fsl.c
528
if (qc->tf.protocol ==
ATA_PROT_NCQ
)
in sata_fsl_qc_prep()
H
A
D
libata-core.c
675
if (tf->protocol ==
ATA_PROT_NCQ
)
in ata_set_tf_cdl()
722
tf->protocol =
ATA_PROT_NCQ
;
in ata_build_rw_tf()
H
A
D
libata-eh.c
2437
case
ATA_PROT_NCQ
:
in ata_eh_link_report()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
libata.h
129
ata_protocol_name(
ATA_PROT_NCQ
), \
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
542
ATA_PROT_NCQ
= ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ,
enumerator
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
533
ATA_PROT_NCQ
= ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ,
enumerator
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
libata.h
129
ata_protocol_name(
ATA_PROT_NCQ
), \
Completed in 75 milliseconds