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:host_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
fore200e.c
559
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_pca_prom_read()
782
entry = &txq->
host_entry
[ txq->tail ];
in fore200e_tx_irq()
925
entry = &bsq->
host_entry
[ bsq->head ];
in fore200e_supply()
1096
entry = &rxq->
host_entry
[ rxq->head ];
in fore200e_rx_irq()
1228
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_activate_vcin()
1561
entry = &txq->
host_entry
[ txq->head ];
in fore200e_send()
1672
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_getstats()
1718
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
1758
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_set_oc3()
2090
bsq->
host_entry
[
in fore200e_init_bs_queue()
[all...]
H
A
D
fore200e.h
602
struct host_cmdq_entry
host_entry
[ QUEUE_SIZE_CMD ]; /* host resident cmd queue entries */
member
611
struct host_txq_entry
host_entry
[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */
member
623
struct host_rxq_entry
host_entry
[ QUEUE_SIZE_RX ]; /* host resident rx queue entries */
member
633
struct host_bsq_entry
host_entry
[ QUEUE_SIZE_BS ]; /* host resident buffer supply queue entries */
member
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
fore200e.c
557
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_pca_prom_read()
780
entry = &txq->
host_entry
[ txq->tail ];
in fore200e_tx_irq()
923
entry = &bsq->
host_entry
[ bsq->head ];
in fore200e_supply()
1094
entry = &rxq->
host_entry
[ rxq->head ];
in fore200e_rx_irq()
1226
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_activate_vcin()
1559
entry = &txq->
host_entry
[ txq->head ];
in fore200e_send()
1670
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_getstats()
1716
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
1756
struct host_cmdq_entry* entry = &cmdq->
host_entry
[ cmdq->head ];
in fore200e_set_oc3()
2088
bsq->
host_entry
[
in fore200e_init_bs_queue()
[all...]
H
A
D
fore200e.h
602
struct host_cmdq_entry
host_entry
[ QUEUE_SIZE_CMD ]; /* host resident cmd queue entries */
member
611
struct host_txq_entry
host_entry
[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */
member
623
struct host_rxq_entry
host_entry
[ QUEUE_SIZE_RX ]; /* host resident rx queue entries */
member
633
struct host_bsq_entry
host_entry
[ QUEUE_SIZE_BS ]; /* host resident buffer supply queue entries */
member
Completed in 15 milliseconds