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:owner_counter
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H
A
D
tsnep.h
91
u32
owner_counter
;
member
127
u32
owner_counter
;
member
H
A
D
tsnep_main.c
330
tx->
owner_counter
= 1;
in tsnep_tx_init()
405
tx->
owner_counter
++;
in tsnep_tx_activate()
406
if (tx->
owner_counter
== 4)
in tsnep_tx_activate()
407
tx->
owner_counter
= 1;
in tsnep_tx_activate()
413
(tx->
owner_counter
<< TSNEP_DESC_OWNER_COUNTER_SHIFT) &
in tsnep_tx_activate()
987
rx->
owner_counter
= 1;
in tsnep_rx_init()
1090
rx->
owner_counter
++;
in tsnep_rx_activate()
1091
if (rx->
owner_counter
== 4)
in tsnep_rx_activate()
1092
rx->
owner_counter
= 1;
in tsnep_rx_activate()
1098
(rx->
owner_counter
<< TSNEP_DESC_OWNER_COUNTER_SHIF
in tsnep_rx_activate()
[all...]
Completed in 4 milliseconds