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:new_tx_pending
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4288
u16
new_tx_pending
= ring->tx_pending;
in mvpp2_check_ringparam_valid()
local
4299
new_tx_pending
= MVPP2_MAX_TXD_MAX;
in mvpp2_check_ringparam_valid()
4301
new_tx_pending
= ALIGN(ring->tx_pending, 32);
in mvpp2_check_ringparam_valid()
4306
if (
new_tx_pending
< MVPP2_MAX_SKB_DESCS)
in mvpp2_check_ringparam_valid()
4307
new_tx_pending
= ALIGN(MVPP2_MAX_SKB_DESCS, 32);
in mvpp2_check_ringparam_valid()
4315
if (ring->tx_pending !=
new_tx_pending
) {
in mvpp2_check_ringparam_valid()
4317
ring->tx_pending,
new_tx_pending
);
in mvpp2_check_ringparam_valid()
4318
ring->tx_pending =
new_tx_pending
;
in mvpp2_check_ringparam_valid()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
4647
u16
new_tx_pending
= ring->tx_pending;
in mvpp2_check_ringparam_valid()
local
4660
new_tx_pending
= MVPP2_MAX_TXD_MAX;
in mvpp2_check_ringparam_valid()
4662
new_tx_pending
= ALIGN(ring->tx_pending, 32);
in mvpp2_check_ringparam_valid()
4667
if (
new_tx_pending
< MVPP2_MAX_SKB_DESCS)
in mvpp2_check_ringparam_valid()
4668
new_tx_pending
= ALIGN(MVPP2_MAX_SKB_DESCS, 32);
in mvpp2_check_ringparam_valid()
4676
if (ring->tx_pending !=
new_tx_pending
) {
in mvpp2_check_ringparam_valid()
4678
ring->tx_pending,
new_tx_pending
);
in mvpp2_check_ringparam_valid()
4679
ring->tx_pending =
new_tx_pending
;
in mvpp2_check_ringparam_valid()
Completed in 17 milliseconds