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:tx_push_buf_len
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
rings.c
111
kr->
tx_push_buf_len
))))
in rings_fill_reply()
211
ethnl_update_u32(&kernel_ringparam.
tx_push_buf_len
,
in ethnl_set_rings()
233
if (kernel_ringparam.
tx_push_buf_len
> kernel_ringparam.tx_push_buf_max_len) {
in ethnl_set_rings()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_ethtool.c
483
kernel_ring->
tx_push_buf_len
= adapter->ena_dev->tx_max_header_size;
in ena_get_ringparam()
491
kernel_ring->
tx_push_buf_len
= 0;
in ena_get_ringparam()
528
if (kernel_ring->
tx_push_buf_len
) {
in ena_set_ringparam()
531
new_tx_push_buf_len = kernel_ring->
tx_push_buf_len
;
in ena_set_ringparam()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ethtool.h
78
* @
tx_push_buf_len
: Size of TX push buffer
87
u32
tx_push_buf_len
;
member
97
* @ETHTOOL_RING_USE_TX_PUSH_BUF_LEN: capture for setting
tx_push_buf_len
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
2000
__u32
tx_push_buf_len
:1;
member
2018
__u32
tx_push_buf_len
;
member
2113
__u32
tx_push_buf_len
:1;
member
2131
__u32
tx_push_buf_len
;
member
2258
__u32
tx_push_buf_len
)
in ethtool_rings_set_req_set_tx_push_buf_len()
2260
req->_present.
tx_push_buf_len
= 1;
in ethtool_rings_set_req_set_tx_push_buf_len()
2261
req->
tx_push_buf_len
=
tx_push_buf_len
;
in ethtool_rings_set_req_set_tx_push_buf_len()
2257
ethtool_rings_set_req_set_
tx_push_buf_len
(struct ethtool_rings_set_req *req, __u32
tx_push_buf_len
)
ethtool_rings_set_req_set_tx_push_buf_len()
argument
H
A
D
ethtool-user.c
3170
dst->_present.
tx_push_buf_len
= 1;
in ethtool_rings_get_rsp_parse()
3171
dst->
tx_push_buf_len
= mnl_attr_get_u32(attr);
in ethtool_rings_get_rsp_parse()
3310
if (req->_present.
tx_push_buf_len
)
in ethtool_rings_set()
3311
mnl_attr_put_u32(nlh, ETHTOOL_A_RINGS_TX_PUSH_BUF_LEN, req->
tx_push_buf_len
);
in ethtool_rings_set()
Completed in 21 milliseconds