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:TLAN_NUM_RX_LISTS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
tlan.c
823
dma_size = (
TLAN_NUM_RX_LISTS
+ TLAN_NUM_TX_LISTS)
in tlan_init()
837
priv->tx_list = priv->rx_list +
TLAN_NUM_RX_LISTS
;
in tlan_init()
839
priv->rx_list_dma + sizeof(struct tlan_list)*
TLAN_NUM_RX_LISTS
;
in tlan_init()
1223
for (i = 0; i <
TLAN_NUM_RX_LISTS
; i++)
in tlan_get_stats()
1529
CIRC_INC(priv->rx_head,
TLAN_NUM_RX_LISTS
);
in tlan_handle_rx_eof()
1530
CIRC_INC(priv->rx_tail,
TLAN_NUM_RX_LISTS
);
in tlan_handle_rx_eof()
1910
priv->rx_tail =
TLAN_NUM_RX_LISTS
- 1;
in tlan_reset_lists()
1911
for (i = 0; i <
TLAN_NUM_RX_LISTS
; i++) {
in tlan_reset_lists()
1932
while (i <
TLAN_NUM_RX_LISTS
) {
in tlan_reset_lists()
1962
for (i = 0; i <
TLAN_NUM_RX_LISTS
;
in tlan_free_lists()
[all...]
H
A
D
tlan.h
37
#define
TLAN_NUM_RX_LISTS
32
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
tlan.c
824
dma_size = (
TLAN_NUM_RX_LISTS
+ TLAN_NUM_TX_LISTS)
in tlan_init()
838
priv->tx_list = priv->rx_list +
TLAN_NUM_RX_LISTS
;
in tlan_init()
840
priv->rx_list_dma + sizeof(struct tlan_list)*
TLAN_NUM_RX_LISTS
;
in tlan_init()
1225
for (i = 0; i <
TLAN_NUM_RX_LISTS
; i++)
in tlan_get_stats()
1531
CIRC_INC(priv->rx_head,
TLAN_NUM_RX_LISTS
);
in tlan_handle_rx_eof()
1532
CIRC_INC(priv->rx_tail,
TLAN_NUM_RX_LISTS
);
in tlan_handle_rx_eof()
1912
priv->rx_tail =
TLAN_NUM_RX_LISTS
- 1;
in tlan_reset_lists()
1913
for (i = 0; i <
TLAN_NUM_RX_LISTS
; i++) {
in tlan_reset_lists()
1934
while (i <
TLAN_NUM_RX_LISTS
) {
in tlan_reset_lists()
1964
for (i = 0; i <
TLAN_NUM_RX_LISTS
;
in tlan_free_lists()
[all...]
H
A
D
tlan.h
37
#define
TLAN_NUM_RX_LISTS
32
macro
Completed in 9 milliseconds