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:to_tmr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
plca.c
117
(plca->
to_tmr
>= 0 &&
in plca_get_cfg_fill_reply()
118
nla_put_u32(skb, ETHTOOL_A_PLCA_TO_TMR, plca->
to_tmr
)) ||
in plca_get_cfg_fill_reply()
163
plca_update_sint(&plca_cfg.
to_tmr
, tb, ETHTOOL_A_PLCA_TO_TMR, &mod);
in ethnl_set_plca()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
phy-c45.c
1227
plca_cfg->
to_tmr
= ret & MDIO_OATC14_PLCA_TOT;
in genphy_c45_plca_get_cfg()
1301
if (plca_cfg->
to_tmr
>= 0) {
in genphy_c45_plca_set_cfg()
1304
plca_cfg->
to_tmr
);
in genphy_c45_plca_set_cfg()
H
A
D
phy.c
713
if (curr_plca_cfg->
to_tmr
< 0 && plca_cfg->
to_tmr
>= 0) {
in phy_ethtool_set_plca_cfg()
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
4912
__u32
to_tmr
:1;
member
4923
__u32
to_tmr
;
member
5012
__u32
to_tmr
:1;
member
5023
__u32
to_tmr
;
member
5098
__u32
to_tmr
)
in ethtool_plca_set_cfg_req_set_to_tmr()
5100
req->_present.
to_tmr
= 1;
in ethtool_plca_set_cfg_req_set_to_tmr()
5101
req->
to_tmr
=
to_tmr
;
in ethtool_plca_set_cfg_req_set_to_tmr()
5176
__u32
to_tmr
:1;
member
5187
__u32
to_tmr
;
member
5097
ethtool_plca_set_cfg_req_set_
to_tmr
(struct ethtool_plca_set_cfg_req *req, __u32
to_tmr
)
ethtool_plca_set_cfg_req_set_to_tmr()
argument
[all...]
H
A
D
ethtool-user.c
5637
dst->_present.
to_tmr
= 1;
in ethtool_plca_get_cfg_rsp_parse()
5638
dst->
to_tmr
= mnl_attr_get_u32(attr);
in ethtool_plca_get_cfg_rsp_parse()
5767
if (req->_present.
to_tmr
)
in ethtool_plca_set_cfg()
5768
mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_TO_TMR, req->
to_tmr
);
in ethtool_plca_set_cfg()
5845
dst->_present.
to_tmr
= 1;
in ethtool_plca_get_status_rsp_parse()
5846
dst->
to_tmr
= mnl_attr_get_u32(attr);
in ethtool_plca_get_status_rsp_parse()
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
809
* @
to_tmr
: The value of the PLCA to_timer in bit-times, which determines the
832
int
to_tmr
;
member
Completed in 24 milliseconds