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:RX_DESC_QUEUE_NUM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_desc.c
19
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++) {
in spl2sw_rx_descs_flush()
66
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++) {
in spl2sw_rx_descs_clean()
104
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++)
in spl2sw_descs_free()
131
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++) {
in spl2sw_rx_descs_init()
176
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++)
in spl2sw_descs_alloc()
191
for (i = 1; i <
RX_DESC_QUEUE_NUM
; i++)
in spl2sw_descs_alloc()
205
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++) {
in spl2sw_descs_init()
H
A
D
spl2sw_define.h
174
#define
RX_DESC_QUEUE_NUM
2 /* # of RX queue */
macro
232
struct spl2sw_mac_desc *rx_desc[
RX_DESC_QUEUE_NUM
];
233
struct spl2sw_skb_info *rx_skb_info[
RX_DESC_QUEUE_NUM
];
234
u32 rx_pos[
RX_DESC_QUEUE_NUM
];
235
u32 rx_desc_num[
RX_DESC_QUEUE_NUM
];
H
A
D
spl2sw_mac.c
250
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++)
in spl2sw_mac_init()
268
for (i = 0; i <
RX_DESC_QUEUE_NUM
; i++)
in spl2sw_mac_soft_reset()
H
A
D
spl2sw_int.c
35
for (queue = 0; queue <
RX_DESC_QUEUE_NUM
; queue++) {
in spl2sw_rx_poll()
Completed in 3 milliseconds