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:txs_next_clear
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl2.c
157
adapter->
txs_next_clear
= 0;
in init_ring_ptrs()
804
return (adapter->
txs_next_clear
>= txs_write_ptr) ?
in TxsFreeUnit()
805
(int) (adapter->txs_ring_size - adapter->
txs_next_clear
+
in TxsFreeUnit()
807
(int) (txs_write_ptr - adapter->
txs_next_clear
- 1);
in TxsFreeUnit()
884
adapter->txs_ring[adapter->
txs_next_clear
].update = 0;
in atl2_xmit_frame()
885
if (++adapter->
txs_next_clear
== adapter->txs_ring_size)
in atl2_xmit_frame()
886
adapter->
txs_next_clear
= 0;
in atl2_xmit_frame()
H
A
D
atl2.h
474
u32
txs_next_clear
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl2.c
157
adapter->
txs_next_clear
= 0;
in init_ring_ptrs()
804
return (adapter->
txs_next_clear
>= txs_write_ptr) ?
in TxsFreeUnit()
805
(int) (adapter->txs_ring_size - adapter->
txs_next_clear
+
in TxsFreeUnit()
807
(int) (txs_write_ptr - adapter->
txs_next_clear
- 1);
in TxsFreeUnit()
884
adapter->txs_ring[adapter->
txs_next_clear
].update = 0;
in atl2_xmit_frame()
885
if (++adapter->
txs_next_clear
== adapter->txs_ring_size)
in atl2_xmit_frame()
886
adapter->
txs_next_clear
= 0;
in atl2_xmit_frame()
H
A
D
atl2.h
474
u32
txs_next_clear
;
member
Completed in 10 milliseconds