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:rx_push
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
rings.c
106
nla_put_u8(skb, ETHTOOL_A_RINGS_RX_PUSH, !!kr->
rx_push
) ||
in rings_fill_reply()
209
ethnl_update_u8(&kernel_ringparam.
rx_push
,
in ethnl_set_rings()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_ethtool.c
616
kernel_ring->
rx_push
= test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state);
in ionic_get_ringparam()
648
kernel_ring->
rx_push
== test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state))
in ionic_set_ringparam()
654
qparam.cmb_rx = kernel_ring->
rx_push
;
in ionic_set_ringparam()
661
kernel_ring->
rx_push
!= test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) {
in ionic_set_ringparam()
663
kernel_ring->
rx_push
);
in ionic_set_ringparam()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ethtool.h
76
* @
rx_push
: The flag of rx push mode
85
u8
rx_push
;
member
96
* @ETHTOOL_RING_USE_RX_PUSH: capture for setting
rx_push
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
1999
__u32
rx_push
:1;
member
2017
__u8
rx_push
;
member
2112
__u32
rx_push
:1;
member
2130
__u8
rx_push
;
member
2251
__u8
rx_push
)
in ethtool_rings_set_req_set_rx_push()
2253
req->_present.
rx_push
= 1;
in ethtool_rings_set_req_set_rx_push()
2254
req->
rx_push
=
rx_push
;
in ethtool_rings_set_req_set_rx_push()
2250
ethtool_rings_set_req_set_
rx_push
(struct ethtool_rings_set_req *req, __u8
rx_push
)
ethtool_rings_set_req_set_rx_push()
argument
H
A
D
ethtool-user.c
3165
dst->_present.
rx_push
= 1;
in ethtool_rings_get_rsp_parse()
3166
dst->
rx_push
= mnl_attr_get_u8(attr);
in ethtool_rings_get_rsp_parse()
3308
if (req->_present.
rx_push
)
in ethtool_rings_set()
3309
mnl_attr_put_u8(nlh, ETHTOOL_A_RINGS_RX_PUSH, req->
rx_push
);
in ethtool_rings_set()
Completed in 22 milliseconds