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:tcp_data_split
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
rings.c
76
WARN_ON(kr->
tcp_data_split
> ETHTOOL_TCP_DATA_SPLIT_ENABLED);
in rings_fill_reply()
100
(kr->
tcp_data_split
&&
in rings_fill_reply()
102
kr->
tcp_data_split
))) ||
in rings_fill_reply()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ethtool.h
74
* @
tcp_data_split
: Scatter packet headers and data to separate buffers
83
u8
tcp_data_split
;
member
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
1996
__u32
tcp_data_split
:1;
member
2014
__u8
tcp_data_split
;
member
2109
__u32
tcp_data_split
:1;
member
2127
__u8
tcp_data_split
;
member
2230
__u8
tcp_data_split
)
in ethtool_rings_set_req_set_tcp_data_split()
2232
req->_present.
tcp_data_split
= 1;
in ethtool_rings_set_req_set_tcp_data_split()
2233
req->
tcp_data_split
=
tcp_data_split
;
in ethtool_rings_set_req_set_tcp_data_split()
2229
ethtool_rings_set_req_set_
tcp_data_split
(struct ethtool_rings_set_req *req, __u8
tcp_data_split
)
ethtool_rings_set_req_set_tcp_data_split()
argument
H
A
D
ethtool-user.c
3150
dst->_present.
tcp_data_split
= 1;
in ethtool_rings_get_rsp_parse()
3151
dst->
tcp_data_split
= mnl_attr_get_u8(attr);
in ethtool_rings_get_rsp_parse()
3302
if (req->_present.
tcp_data_split
)
in ethtool_rings_set()
3303
mnl_attr_put_u8(nlh, ETHTOOL_A_RINGS_TCP_DATA_SPLIT, req->
tcp_data_split
);
in ethtool_rings_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_ethtool.c
813
kernel_ering->
tcp_data_split
= ETHTOOL_TCP_DATA_SPLIT_ENABLED;
in bnxt_get_ringparam()
817
kernel_ering->
tcp_data_split
= ETHTOOL_TCP_DATA_SPLIT_DISABLED;
in bnxt_get_ringparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_ethtool.c
331
kernel_param->
tcp_data_split
=
in mlx5e_ethtool_get_ringparam()
Completed in 28 milliseconds