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:txq_order
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H
A
D
gemini.c
127
unsigned int
txq_order
;
member
535
port->
txq_order
= DEFAULT_GMAC_TXQ_ORDER;
in gmac_init()
541
port->irq_every_tx_packets = 1 << (port->
txq_order
- 2);
in gmac_init()
551
size_t entries = 1 << port->
txq_order
;
in gmac_setup_txqs()
582
writel(port->txq_dma_base | port->
txq_order
,
in gmac_setup_txqs()
608
unsigned int m = (1 << port->
txq_order
) - 1;
in gmac_clean_txq()
698
n_txq * sizeof(*port->txq->ring) << port->
txq_order
,
in gmac_cleanup_txqs()
1139
unsigned short m = (1 << port->
txq_order
) - 1;
in gmac_map_tx_bufs()
1251
unsigned short m = (1 << port->
txq_order
) - 1;
in gmac_start_xmit()
2138
rp->tx_pending = 1 << port->
txq_order
;
in gmac_get_ringparam()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H
A
D
gemini.c
126
unsigned int
txq_order
;
member
534
port->
txq_order
= DEFAULT_GMAC_TXQ_ORDER;
in gmac_init()
540
port->irq_every_tx_packets = 1 << (port->
txq_order
- 2);
in gmac_init()
550
size_t entries = 1 << port->
txq_order
;
in gmac_setup_txqs()
581
writel(port->txq_dma_base | port->
txq_order
,
in gmac_setup_txqs()
607
unsigned int m = (1 << port->
txq_order
) - 1;
in gmac_clean_txq()
697
n_txq * sizeof(*port->txq->ring) << port->
txq_order
,
in gmac_cleanup_txqs()
1138
unsigned short m = (1 << port->
txq_order
) - 1;
in gmac_map_tx_bufs()
1250
unsigned short m = (1 << port->
txq_order
) - 1;
in gmac_start_xmit()
2139
rp->tx_pending = 1 << port->
txq_order
;
in gmac_get_ringparam()
[all...]
Completed in 7 milliseconds