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:NUM_RX_QUEUE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H
A
D
ravb.h
955
#define
NUM_RX_QUEUE
2
macro
998
u32 num_rx_ring[
NUM_RX_QUEUE
];
1003
dma_addr_t rx_desc_dma[
NUM_RX_QUEUE
];
1005
struct ravb_ex_rx_desc *rx_ring[
NUM_RX_QUEUE
];
1008
struct sk_buff **rx_skb[
NUM_RX_QUEUE
];
1012
struct net_device_stats stats[
NUM_RX_QUEUE
];
1019
u32 cur_rx[
NUM_RX_QUEUE
]; /* Consumer ring indices */
1020
u32 dirty_rx[
NUM_RX_QUEUE
]; /* Producer ring indices */
1023
struct napi_struct napi[
NUM_RX_QUEUE
];
1033
int rx_irqs[
NUM_RX_QUEUE
];
[all...]
H
A
D
ravb_main.c
43
static const char *ravb_rx_irqs[
NUM_RX_QUEUE
] = {
1154
for (q = RAVB_BE; q <
NUM_RX_QUEUE
; q++) {
in ravb_get_ethtool_stats()
2067
NUM_TX_QUEUE,
NUM_RX_QUEUE
);
in ravb_probe()
2127
for (i = 0; i <
NUM_RX_QUEUE
; i++) {
in ravb_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
ravb.h
983
#define
NUM_RX_QUEUE
2
macro
1056
u32 num_rx_ring[
NUM_RX_QUEUE
];
1061
dma_addr_t rx_desc_dma[
NUM_RX_QUEUE
];
1064
struct ravb_ex_rx_desc *rx_ring[
NUM_RX_QUEUE
];
1068
struct sk_buff **rx_skb[
NUM_RX_QUEUE
];
1072
struct net_device_stats stats[
NUM_RX_QUEUE
];
1079
u32 cur_rx[
NUM_RX_QUEUE
]; /* Consumer ring indices */
1080
u32 dirty_rx[
NUM_RX_QUEUE
]; /* Producer ring indices */
1083
struct napi_struct napi[
NUM_RX_QUEUE
];
1094
int rx_irqs[
NUM_RX_QUEUE
];
[all...]
H
A
D
ravb_main.c
41
static const char *ravb_rx_irqs[
NUM_RX_QUEUE
] = {
1565
num_rx_q = info->nc_queues ?
NUM_RX_QUEUE
: 1;
in ravb_get_ethtool_stats()
2663
NUM_TX_QUEUE,
NUM_RX_QUEUE
);
in ravb_probe()
2739
for (i = 0; i <
NUM_RX_QUEUE
; i++) {
in ravb_probe()
Completed in 13 milliseconds