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:cause_rx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4128
u32 cause_rx_tx,
cause_rx
, cause_tx, cause_misc;
in mvpp2_poll()
local
4169
cause_rx
= cause_rx_tx &
in mvpp2_poll()
4171
cause_rx
<<= qv->first_rxq;
in mvpp2_poll()
4172
cause_rx
|= qv->pending_cause_rx;
in mvpp2_poll()
4173
while (
cause_rx
&& budget > 0) {
in mvpp2_poll()
4177
rxq = mvpp2_get_rx_queue(port,
cause_rx
);
in mvpp2_poll()
4189
cause_rx
&= ~(1 << rxq->logic_rxq);
in mvpp2_poll()
4194
cause_rx
= 0;
in mvpp2_poll()
4199
qv->pending_cause_rx =
cause_rx
;
in mvpp2_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4486
u32 cause_rx_tx,
cause_rx
, cause_tx, cause_misc;
in mvpp2_poll()
local
4527
cause_rx
= cause_rx_tx &
in mvpp2_poll()
4529
cause_rx
<<= qv->first_rxq;
in mvpp2_poll()
4530
cause_rx
|= qv->pending_cause_rx;
in mvpp2_poll()
4531
while (
cause_rx
&& budget > 0) {
in mvpp2_poll()
4535
rxq = mvpp2_get_rx_queue(port,
cause_rx
);
in mvpp2_poll()
4547
cause_rx
&= ~(1 << rxq->logic_rxq);
in mvpp2_poll()
4552
cause_rx
= 0;
in mvpp2_poll()
4557
qv->pending_cause_rx =
cause_rx
;
in mvpp2_poll()
Completed in 18 milliseconds