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:wq_len
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H
A
D
qman_priv.h
46
u32
wq_len
[8];
member
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H
A
D
qman_priv.h
46
u32
wq_len
[8];
member
/kernel/linux/linux-5.10/drivers/staging/qlge/
H
A
D
qlge_main.c
2133
if ((atomic_read(&tx_ring->tx_count) > (tx_ring->
wq_len
/ 4)))
in ql_clean_outbound_rx_ring()
2597
if (tx_ring->prod_idx == tx_ring->
wq_len
)
in qlge_send()
2610
if ((atomic_read(&tx_ring->tx_count) > (tx_ring->
wq_len
/ 4)))
in qlge_send()
2675
for (i = 0; i < tx_ring->
wq_len
; i++) {
in ql_init_tx_ring()
2682
atomic_set(&tx_ring->tx_count, tx_ring->
wq_len
);
in ql_init_tx_ring()
2709
kmalloc_array(tx_ring->
wq_len
, sizeof(struct tx_ring_desc),
in ql_alloc_tx_resources()
2906
for (i = 0; i < tx_ring->
wq_len
; i++) {
in ql_tx_ring_clean()
3106
wqicb->len = cpu_to_le16(tx_ring->
wq_len
| Q_LEN_V | Q_LEN_CPP_CONT);
in ql_start_tx_ring()
3961
tx_ring->
wq_len
= qdev->tx_ring_size;
in ql_configure_rings()
3963
tx_ring->
wq_len
* sizeo
in ql_configure_rings()
[all...]
H
A
D
qlge.h
1380
u32
wq_len
; /* number of entries in queue */
member
H
A
D
qlge_dbg.c
1650
netdev_err(qdev->ndev, "tx_ring->len = %d\n", tx_ring->
wq_len
);
in ql_dump_tx_ring()
/kernel/linux/linux-6.6/drivers/staging/qlge/
H
A
D
qlge_main.c
2121
if ((atomic_read(&tx_ring->tx_count) > (tx_ring->
wq_len
/ 4)))
in qlge_clean_outbound_rx_ring()
2583
if (tx_ring->prod_idx == tx_ring->
wq_len
)
in qlge_send()
2596
if ((atomic_read(&tx_ring->tx_count) > (tx_ring->
wq_len
/ 4)))
in qlge_send()
2661
for (i = 0; i < tx_ring->
wq_len
; i++) {
in qlge_init_tx_ring()
2668
atomic_set(&tx_ring->tx_count, tx_ring->
wq_len
);
in qlge_init_tx_ring()
2695
kmalloc_array(tx_ring->
wq_len
, sizeof(struct tx_ring_desc),
in qlge_alloc_tx_resources()
2887
for (i = 0; i < tx_ring->
wq_len
; i++) {
in qlge_tx_ring_clean()
3087
wqicb->len = cpu_to_le16(tx_ring->
wq_len
| Q_LEN_V | Q_LEN_CPP_CONT);
in qlge_start_tx_ring()
3939
tx_ring->
wq_len
= qdev->tx_ring_size;
in qlge_configure_rings()
3941
tx_ring->
wq_len
* sizeo
in qlge_configure_rings()
[all...]
H
A
D
qlge.h
1380
u32
wq_len
; /* number of entries in queue */
member
Completed in 24 milliseconds