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_segs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_if.c
532
u16
tso_max_segs
= TSO_MAX_SEGS;
in br_set_gso_limits()
local
536
tso_max_segs
= min(
tso_max_segs
, p->dev->
tso_max_segs
);
in br_set_gso_limits()
539
netif_set_tso_max_segs(br->dev,
tso_max_segs
);
in br_set_gso_limits()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
1446
u16
tso_max_segs
= TSO_MAX_SEGS;
in bond_compute_features()
local
1476
tso_max_segs
= min(
tso_max_segs
, slave->dev->
tso_max_segs
);
in bond_compute_features()
1489
netif_set_tso_max_segs(bond_dev,
tso_max_segs
);
in bond_compute_features()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
3072
dev->
tso_max_segs
= segs;
in netif_set_tso_max_segs()
3086
netif_set_tso_max_segs(to, from->
tso_max_segs
);
in netif_inherit_tso_max()
10803
dev->
tso_max_segs
= TSO_MAX_SEGS;
in alloc_netdev_mqs()
H
A
D
rtnetlink.c
1823
nla_put_u32(skb, IFLA_TSO_MAX_SEGS, dev->
tso_max_segs
) ||
in rtnl_fill_ifinfo()
2415
nla_get_u32(tb[IFLA_GSO_MAX_SEGS]) > dev->
tso_max_segs
)) {
in validate_linkmsg()
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
2003
* @
tso_max_segs
: Device (as in HW) limit on the max TSO segment count
2378
u16
tso_max_segs
;
member
Completed in 44 milliseconds