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:MVPP22
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
322
if (priv->hw_version ==
MVPP22
&& queue_mode == MVPP2_QDIST_SINGLE_MODE)
in mvpp2_get_nrxqs()
449
if (priv->hw_version ==
MVPP22
) {
in mvpp2_bm_bufs_get_addrs()
770
if (port->priv->hw_version ==
MVPP22
) {
in mvpp2_bm_pool_put()
1200
if (port->priv->hw_version !=
MVPP22
)
in mvpp2_shared_interrupt_mask_unmask()
1206
val = MVPP2_CAUSE_RXQ_OCCUP_DESC_ALL_MASK(
MVPP22
);
in mvpp2_shared_interrupt_mask_unmask()
1227
return !(port->priv->hw_version ==
MVPP22
&& port->gop_id == 0);
in mvpp2_port_supports_rgmii()
1845
if (port->priv->hw_version ==
MVPP22
&& port->gop_id == 0) {
in mvpp2_mac_reset_assert()
1858
if (port->priv->hw_version !=
MVPP22
|| port->gop_id != 0)
in mvpp22_pcs_reset_assert()
1879
if (port->priv->hw_version !=
MVPP22
|| port->gop_id != 0)
in mvpp22_pcs_reset_deassert()
3525
if (port->priv->hw_version >=
MVPP22
) {
in mvpp2_buff_hdr_pool_put()
[all...]
H
A
D
mvpp2.h
996
enum { MVPP21,
MVPP22
} hw_version;
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
332
if (priv->hw_version >=
MVPP22
&& queue_mode == MVPP2_QDIST_SINGLE_MODE)
in mvpp2_get_nrxqs()
472
if (priv->hw_version >=
MVPP22
) {
in mvpp2_bm_bufs_get_addrs()
1010
if (port->priv->hw_version >=
MVPP22
) {
in mvpp2_bm_pool_put()
1485
val = MVPP2_CAUSE_RXQ_OCCUP_DESC_ALL_MASK(
MVPP22
);
in mvpp2_shared_interrupt_mask_unmask()
1509
return !(port->priv->hw_version >=
MVPP22
&& port->gop_id == 0);
in mvpp2_port_supports_rgmii()
2174
if (port->priv->hw_version >=
MVPP22
&& port->gop_id == 0) {
in mvpp2_mac_reset_assert()
3883
if (port->priv->hw_version >=
MVPP22
) {
in mvpp2_buff_hdr_pool_put()
4098
if (port->priv->hw_version >=
MVPP22
)
in mvpp2_txdesc_clear_ptp()
4611
if (port->priv->hw_version >=
MVPP22
)
in mvpp2_start_dev()
4829
if (priv->hw_version >=
MVPP22
in mvpp2_open()
[all...]
H
A
D
mvpp2.h
1085
enum { MVPP21,
MVPP22
, MVPP23 } hw_version;
enumerator
Completed in 22 milliseconds