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:status_n_length
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H
A
D
hamachi.c
464
__le32
status_n_length
;
member
473
/* Bits in hamachi_desc.
status_n_length
*/
1001
if (hmp->tx_ring[entry].
status_n_length
& cpu_to_le32(DescOwn))
in hamachi_tx()
1012
hmp->tx_ring[entry].
status_n_length
= 0;
in hamachi_tx()
1014
hmp->tx_ring[TX_RING_SIZE-1].
status_n_length
|=
in hamachi_tx()
1060
le32_to_cpu(hmp->rx_ring[i].
status_n_length
));
in hamachi_tx_timeout()
1065
le32_to_cpu(hmp->tx_ring[i].
status_n_length
));
in hamachi_tx_timeout()
1081
hmp->rx_ring[i].
status_n_length
&= cpu_to_le32(~DescOwn);
in hamachi_tx_timeout()
1090
hmp->tx_ring[i].
status_n_length
=
in hamachi_tx_timeout()
1092
(hmp->tx_ring[i].
status_n_length
in hamachi_tx_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H
A
D
hamachi.c
464
__le32
status_n_length
;
member
473
/* Bits in hamachi_desc.
status_n_length
*/
1005
if (hmp->tx_ring[entry].
status_n_length
& cpu_to_le32(DescOwn))
in hamachi_tx()
1016
hmp->tx_ring[entry].
status_n_length
= 0;
in hamachi_tx()
1018
hmp->tx_ring[TX_RING_SIZE-1].
status_n_length
|=
in hamachi_tx()
1064
le32_to_cpu(hmp->rx_ring[i].
status_n_length
));
in hamachi_tx_timeout()
1069
le32_to_cpu(hmp->tx_ring[i].
status_n_length
));
in hamachi_tx_timeout()
1085
hmp->rx_ring[i].
status_n_length
&= cpu_to_le32(~DescOwn);
in hamachi_tx_timeout()
1094
hmp->tx_ring[i].
status_n_length
=
in hamachi_tx_timeout()
1096
(hmp->tx_ring[i].
status_n_length
in hamachi_tx_timeout()
[all...]
Completed in 5 milliseconds