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:tso_max_size
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_if.c
530
unsigned int
tso_max_size
= TSO_MAX_SIZE;
in br_set_gso_limits()
local
535
tso_max_size
= min(
tso_max_size
, p->dev->
tso_max_size
);
in br_set_gso_limits()
538
netif_set_tso_max_size(br->dev,
tso_max_size
);
in br_set_gso_limits()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
1445
unsigned int
tso_max_size
= TSO_MAX_SIZE;
in bond_compute_features()
local
1475
tso_max_size
= min(
tso_max_size
, slave->dev->
tso_max_size
);
in bond_compute_features()
1490
netif_set_tso_max_size(bond_dev,
tso_max_size
);
in bond_compute_features()
/kernel/linux/linux-6.6/net/core/
H
A
D
rtnetlink.c
1822
nla_put_u32(skb, IFLA_TSO_MAX_SIZE, dev->
tso_max_size
) ||
in rtnl_fill_ifinfo()
2408
nla_get_u32(tb[IFLA_GSO_MAX_SIZE]) > dev->
tso_max_size
) {
in validate_linkmsg()
2427
nla_get_u32(tb[IFLA_GSO_IPV4_MAX_SIZE]) > dev->
tso_max_size
) {
in validate_linkmsg()
H
A
D
dev.c
3053
dev->
tso_max_size
= min(GSO_MAX_SIZE, size);
in netif_set_tso_max_size()
3085
netif_set_tso_max_size(to, from->
tso_max_size
);
in netif_inherit_tso_max()
10802
dev->
tso_max_size
= TSO_LEGACY_MAX_SIZE;
in alloc_netdev_mqs()
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
2000
* @
tso_max_size
: Device (as in HW) limit on the max TSO request size
2375
unsigned int
tso_max_size
;
member
Completed in 36 milliseconds