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:CAM_REQ_INPROG
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
cam.h
46
CAM_REQ_INPROG
, /* CCB request is in progress */
enumerator
H
A
D
aic7xxx_osm.c
533
cmd->result =
CAM_REQ_INPROG
<< 16;
in ahc_linux_queue_lck()
1713
if (ahc_get_transaction_status(scb) ==
CAM_REQ_INPROG
) {
in ahc_done()
1935
case
CAM_REQ_INPROG
:
in ahc_linux_queue_cmd_complete()
H
A
D
aic79xx_osm.c
585
cmd->result =
CAM_REQ_INPROG
<< 16;
in ahd_linux_queue_lck()
1788
if (ahd_get_transaction_status(scb) ==
CAM_REQ_INPROG
) {
in ahd_done()
2031
case
CAM_REQ_INPROG
:
in ahd_linux_queue_cmd_complete()
H
A
D
aic7xxx_core.c
5862
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_qinfifo()
5974
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_qinfifo()
6082
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_untagged_queues()
6267
* been modified from
CAM_REQ_INPROG
. This routine assumes that the sequencer
6386
if (ostat ==
CAM_REQ_INPROG
)
in ahc_abort_scbs()
H
A
D
aic79xx_core.c
8096
if (ostat ==
CAM_REQ_INPROG
)
in ahd_done_with_status()
8488
* been modified from
CAM_REQ_INPROG
. This routine assumes that the sequencer
8571
if (ostat ==
CAM_REQ_INPROG
)
in ahd_abort_scbs()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
cam.h
46
CAM_REQ_INPROG
, /* CCB request is in progress */
enumerator
H
A
D
aic7xxx_osm.c
532
cmd->result =
CAM_REQ_INPROG
<< 16;
in ahc_linux_queue_lck()
1712
if (ahc_get_transaction_status(scb) ==
CAM_REQ_INPROG
) {
in ahc_done()
1933
case
CAM_REQ_INPROG
:
in ahc_linux_queue_cmd_complete()
H
A
D
aic79xx_osm.c
583
cmd->result =
CAM_REQ_INPROG
<< 16;
in ahd_linux_queue_lck()
1782
if (ahd_get_transaction_status(scb) ==
CAM_REQ_INPROG
) {
in ahd_done()
2026
case
CAM_REQ_INPROG
:
in ahd_linux_queue_cmd_complete()
H
A
D
aic7xxx_core.c
5859
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_qinfifo()
5970
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_qinfifo()
6077
if (ostat ==
CAM_REQ_INPROG
)
in ahc_search_untagged_queues()
6262
* been modified from
CAM_REQ_INPROG
. This routine assumes that the sequencer
6381
if (ostat ==
CAM_REQ_INPROG
)
in ahc_abort_scbs()
H
A
D
aic79xx_core.c
8091
if (ostat ==
CAM_REQ_INPROG
)
in ahd_done_with_status()
8483
* been modified from
CAM_REQ_INPROG
. This routine assumes that the sequencer
8566
if (ostat ==
CAM_REQ_INPROG
)
in ahd_abort_scbs()
Completed in 84 milliseconds