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:maxmtu
(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
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()
498
of_property_read_u32(np, "max-frame-size", &plat->
maxmtu
);
in stmmac_probe_config_dt()
H
A
D
dwmac-mediatek.c
419
plat_dat->
maxmtu
= ETH_DATA_LEN;
in mediatek_dwmac_probe()
H
A
D
stmmac_main.c
5151
/* Will not overwrite ndev->max_mtu if plat->
maxmtu
> ndev->max_mtu
in stmmac_dvr_probe()
5152
* as well as plat->
maxmtu
< ndev->min_mtu which is a invalid range.
in stmmac_dvr_probe()
5154
if ((priv->plat->
maxmtu
< ndev->max_mtu) &&
in stmmac_dvr_probe()
5155
(priv->plat->
maxmtu
>= ndev->min_mtu))
in stmmac_dvr_probe()
5156
ndev->max_mtu = priv->plat->
maxmtu
;
in stmmac_dvr_probe()
5157
else if (priv->plat->
maxmtu
< ndev->min_mtu)
in stmmac_dvr_probe()
5159
"%s: warning:
maxmtu
having invalid value (%d)\n",
in stmmac_dvr_probe()
5160
__func__, priv->plat->
maxmtu
);
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
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()
500
of_property_read_u32(np, "max-frame-size", &plat->
maxmtu
);
in stmmac_probe_config_dt()
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
dwmac-mediatek.c
596
plat->
maxmtu
= ETH_DATA_LEN;
in mediatek_dwmac_common_data()
H
A
D
stmmac_main.c
7547
/* Will not overwrite ndev->max_mtu if plat->
maxmtu
> ndev->max_mtu
in stmmac_dvr_probe()
7548
* as well as plat->
maxmtu
< ndev->min_mtu which is a invalid range.
in stmmac_dvr_probe()
7550
if ((priv->plat->
maxmtu
< ndev->max_mtu) &&
in stmmac_dvr_probe()
7551
(priv->plat->
maxmtu
>= ndev->min_mtu))
in stmmac_dvr_probe()
7552
ndev->max_mtu = priv->plat->
maxmtu
;
in stmmac_dvr_probe()
7553
else if (priv->plat->
maxmtu
< ndev->min_mtu)
in stmmac_dvr_probe()
7555
"%s: warning:
maxmtu
having invalid value (%d)\n",
in stmmac_dvr_probe()
7556
__func__, priv->plat->
maxmtu
);
in stmmac_dvr_probe()
/kernel/linux/linux-5.10/include/linux/
H
A
D
stmmac.h
169
int
maxmtu
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
stmmac.h
262
int
maxmtu
;
member
Completed in 39 milliseconds