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:qinfifo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
624
* Keep a history of SCBs we've downloaded in the
qinfifo
.
in ahc_queue_scb()
626
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
in ahc_queue_scb()
5107
ahc->
qinfifo
[i] = SCB_LIST_NULL;
in ahc_chip_init()
5290
* roles, we need to allocate space for the
qinfifo
and qoutfifo.
in ahc_init()
5291
* The
qinfifo
and qoutfifo are composed of 256 1 byte elements.
in ahc_init()
5339
ahc->
qinfifo
= &ahc->qoutfifo[256];
in ahc_init()
5758
prev_tag = ahc->
qinfifo
[prev_pos];
in ahc_qinfifo_requeue_tail()
5780
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
in ahc_qinfifo_requeue()
5843
scb = ahc_lookup_scb(ahc, ahc->
qinfifo
[qinpos]);
in ahc_search_qinfifo()
5846
qinpos, ahc->
qinfifo
[qinpo
in ahc_search_qinfifo()
[all...]
H
A
D
aic7xxx.h
160
*
qinfifo
mechanism.
996
uint8_t *
qinfifo
;
member
H
A
D
aic79xx.h
1142
uint16_t
qinfifo
[AHD_SCB_MAX];
member
H
A
D
aic79xx_core.c
850
* Keep a history of SCBs we've downloaded in the
qinfifo
.
in ahd_queue_scb()
852
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
in ahd_queue_scb()
1293
* if this is for an SCB in the
qinfifo
.
in ahd_flush_qoutfifo()
7413
ahd->
qinfifo
[i] = SCB_LIST_NULL;
in ahd_chip_init()
8018
prev_tag = ahd->
qinfifo
[prev_pos];
in ahd_qinfifo_requeue_tail()
8040
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
in ahd_qinfifo_requeue()
8061
+ ARRAY_SIZE(ahd->
qinfifo
) - wrap_qinpos);
in ahd_qinfifo_count()
8131
* this dma if the
qinfifo
is not empty once we unpause.
in ahd_search_qinfifo()
8140
/* Determine sequencer's position in the
qinfifo
. */
in ahd_search_qinfifo()
8161
scb = ahd_lookup_scb(ahd, ahd->
qinfifo
[qinpo
in ahd_search_qinfifo()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
624
* Keep a history of SCBs we've downloaded in the
qinfifo
.
in ahc_queue_scb()
626
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
in ahc_queue_scb()
5106
ahc->
qinfifo
[i] = SCB_LIST_NULL;
in ahc_chip_init()
5289
* roles, we need to allocate space for the
qinfifo
and qoutfifo.
in ahc_init()
5290
* The
qinfifo
and qoutfifo are composed of 256 1 byte elements.
in ahc_init()
5338
ahc->
qinfifo
= &ahc->qoutfifo[256];
in ahc_init()
5755
prev_tag = ahc->
qinfifo
[prev_pos];
in ahc_qinfifo_requeue_tail()
5777
ahc->
qinfifo
[ahc->qinfifonext++] = scb->hscb->tag;
in ahc_qinfifo_requeue()
5840
scb = ahc_lookup_scb(ahc, ahc->
qinfifo
[qinpos]);
in ahc_search_qinfifo()
5843
qinpos, ahc->
qinfifo
[qinpo
in ahc_search_qinfifo()
[all...]
H
A
D
aic7xxx.h
160
*
qinfifo
mechanism.
994
uint8_t *
qinfifo
;
member
H
A
D
aic79xx.h
1142
uint16_t
qinfifo
[AHD_SCB_MAX];
member
H
A
D
aic79xx_core.c
850
* Keep a history of SCBs we've downloaded in the
qinfifo
.
in ahd_queue_scb()
852
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
in ahd_queue_scb()
1293
* if this is for an SCB in the
qinfifo
.
in ahd_flush_qoutfifo()
7412
ahd->
qinfifo
[i] = SCB_LIST_NULL;
in ahd_chip_init()
8013
prev_tag = ahd->
qinfifo
[prev_pos];
in ahd_qinfifo_requeue_tail()
8035
ahd->
qinfifo
[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
in ahd_qinfifo_requeue()
8056
+ ARRAY_SIZE(ahd->
qinfifo
) - wrap_qinpos);
in ahd_qinfifo_count()
8126
* this dma if the
qinfifo
is not empty once we unpause.
in ahd_search_qinfifo()
8135
/* Determine sequencer's position in the
qinfifo
. */
in ahd_search_qinfifo()
8156
scb = ahd_lookup_scb(ahd, ahd->
qinfifo
[qinpo
in ahd_search_qinfifo()
[all...]
Completed in 46 milliseconds