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:JUMBO_LEN
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_pci.c
36
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in common_default_data()
37
plat->maxmtu =
JUMBO_LEN
;
in common_default_data()
89
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in snps_gmac5_default_data()
90
plat->maxmtu =
JUMBO_LEN
;
in snps_gmac5_default_data()
H
A
D
dwmac-loongson.c
32
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in common_default_data()
33
plat->maxmtu =
JUMBO_LEN
;
in common_default_data()
H
A
D
dwmac-intel.c
218
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in common_default_data()
219
plat->maxmtu =
JUMBO_LEN
;
in common_default_data()
328
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in intel_mgbe_common_data()
329
plat->maxmtu =
JUMBO_LEN
;
in intel_mgbe_common_data()
H
A
D
common.h
410
#define
JUMBO_LEN
9000
macro
H
A
D
stmmac_platform.c
471
/* Set the maxmtu to a default of
JUMBO_LEN
in case the
in stmmac_probe_config_dt()
474
plat->maxmtu =
JUMBO_LEN
;
in stmmac_probe_config_dt()
H
A
D
stmmac_main.c
5148
ndev->max_mtu =
JUMBO_LEN
;
in stmmac_dvr_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_pci.c
36
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in common_default_data()
37
plat->maxmtu =
JUMBO_LEN
;
in common_default_data()
89
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in snps_gmac5_default_data()
90
plat->maxmtu =
JUMBO_LEN
;
in snps_gmac5_default_data()
H
A
D
dwmac-loongson.c
24
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in loongson_default_data()
25
plat->maxmtu =
JUMBO_LEN
;
in loongson_default_data()
H
A
D
common.h
532
#define
JUMBO_LEN
9000
macro
H
A
D
dwmac-intel.c
431
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in common_default_data()
432
plat->maxmtu =
JUMBO_LEN
;
in common_default_data()
559
/* Set the maxmtu to a default of
JUMBO_LEN
*/
in intel_mgbe_common_data()
560
plat->maxmtu =
JUMBO_LEN
;
in intel_mgbe_common_data()
H
A
D
stmmac_platform.c
473
/* Set the maxmtu to a default of
JUMBO_LEN
in case the
in stmmac_probe_config_dt()
476
plat->maxmtu =
JUMBO_LEN
;
in stmmac_probe_config_dt()
H
A
D
stmmac_main.c
7544
ndev->max_mtu =
JUMBO_LEN
;
in stmmac_dvr_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_main.c
43
#define
JUMBO_LEN
9000
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_main.c
43
#define
JUMBO_LEN
9000
macro
Completed in 43 milliseconds