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:MACB_CAPS_JUMBO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H
A
D
macb_main.c
2781
if (bp->caps &
MACB_CAPS_JUMBO
)
in macb_init_hw()
2793
if ((bp->caps &
MACB_CAPS_JUMBO
) && bp->jumbo_max_len)
in macb_init_hw()
2796
if (bp->caps &
MACB_CAPS_JUMBO
)
in macb_init_hw()
4763
.caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE |
MACB_CAPS_JUMBO
|
4813
MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII |
MACB_CAPS_JUMBO
,
4845
MACB_CAPS_JUMBO
|
4865
MACB_CAPS_JUMBO
|
4895
.caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE |
MACB_CAPS_JUMBO
|
4934
MACB_CAPS_JUMBO
|
5078
if ((bp->caps &
MACB_CAPS_JUMBO
)
in macb_probe()
[all...]
H
A
D
macb.h
730
#define
MACB_CAPS_JUMBO
0x00000020
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H
A
D
macb_main.c
2476
if (bp->caps &
MACB_CAPS_JUMBO
)
in macb_init_hw()
2488
if ((bp->caps &
MACB_CAPS_JUMBO
) && bp->jumbo_max_len)
in macb_init_hw()
2491
if (bp->caps &
MACB_CAPS_JUMBO
)
in macb_init_hw()
4358
.caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE |
MACB_CAPS_JUMBO
|
4395
| MACB_CAPS_USRIO_DEFAULT_IS_MII_GMII |
MACB_CAPS_JUMBO
,
4423
MACB_CAPS_JUMBO
|
4463
MACB_CAPS_JUMBO
|
4579
if (bp->caps &
MACB_CAPS_JUMBO
)
in macb_probe()
H
A
D
macb.h
657
#define
MACB_CAPS_JUMBO
0x00000020
macro
Completed in 20 milliseconds