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:MVPP2_BM_LONG
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
48
MVPP2_BM_LONG
,
enumerator
675
mvpp2_pools[
MVPP2_BM_LONG
].buf_num = MVPP2_BM_LONG_BUF_NUM;
in mvpp2_setup_bm_pool()
676
mvpp2_pools[
MVPP2_BM_LONG
].pkt_size = MVPP2_BM_LONG_PKT_SIZE;
in mvpp2_setup_bm_pool()
885
pkts_num = mvpp2_pools[
MVPP2_BM_LONG
].buf_num;
in mvpp2_bm_pool_use()
974
short_log_pool =
MVPP2_BM_LONG
;
in mvpp2_swf_bm_pool_init_shared()
976
long_log_pool =
MVPP2_BM_LONG
;
in mvpp2_swf_bm_pool_init_shared()
1027
bm_pool = mvpp2_bm_pool_use_percpu(port,
MVPP2_BM_LONG
, i + port->nrxqs,
in mvpp2_swf_bm_pool_init_percpu()
1028
mvpp2_pools[
MVPP2_BM_LONG
].pkt_size);
in mvpp2_swf_bm_pool_init_percpu()
1086
new_long_pool =
MVPP2_BM_LONG
;
in mvpp2_bm_update_mtu()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
48
MVPP2_BM_LONG
,
enumerator
711
mvpp2_pools[
MVPP2_BM_LONG
].buf_num = MVPP2_BM_LONG_BUF_NUM;
in mvpp2_setup_bm_pool()
712
mvpp2_pools[
MVPP2_BM_LONG
].pkt_size = MVPP2_BM_LONG_PKT_SIZE;
in mvpp2_setup_bm_pool()
1125
pkts_num = mvpp2_pools[
MVPP2_BM_LONG
].buf_num;
in mvpp2_bm_pool_use()
1214
short_log_pool =
MVPP2_BM_LONG
;
in mvpp2_swf_bm_pool_init_shared()
1216
long_log_pool =
MVPP2_BM_LONG
;
in mvpp2_swf_bm_pool_init_shared()
1267
bm_pool = mvpp2_bm_pool_use_percpu(port,
MVPP2_BM_LONG
, i + port->nrxqs,
in mvpp2_swf_bm_pool_init_percpu()
1268
mvpp2_pools[
MVPP2_BM_LONG
].pkt_size);
in mvpp2_swf_bm_pool_init_percpu()
1326
new_long_pool =
MVPP2_BM_LONG
;
in mvpp2_bm_update_mtu()
Completed in 18 milliseconds