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:burst_tmr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
plca.c
121
(plca->
burst_tmr
>= 0 &&
in plca_get_cfg_fill_reply()
122
nla_put_u32(skb, ETHTOOL_A_PLCA_BURST_TMR, plca->
burst_tmr
)))
in plca_get_cfg_fill_reply()
166
plca_update_sint(&plca_cfg.
burst_tmr
, tb, ETHTOOL_A_PLCA_BURST_TMR,
in ethnl_set_plca()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
phy-c45.c
1234
plca_cfg->
burst_tmr
= (ret & MDIO_OATC14_PLCA_BTMR);
in genphy_c45_plca_get_cfg()
1311
if (plca_cfg->burst_cnt >= 0 || plca_cfg->
burst_tmr
>= 0) {
in genphy_c45_plca_set_cfg()
1316
if (plca_cfg->burst_cnt < 0 || plca_cfg->
burst_tmr
< 0) {
in genphy_c45_plca_set_cfg()
1330
if (plca_cfg->
burst_tmr
>= 0)
in genphy_c45_plca_set_cfg()
1332
(plca_cfg->
burst_tmr
);
in genphy_c45_plca_set_cfg()
H
A
D
phy.c
727
if (curr_plca_cfg->
burst_tmr
< 0 && plca_cfg->
burst_tmr
>= 0) {
in phy_ethtool_set_plca_cfg()
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
4914
__u32
burst_tmr
:1;
member
4925
__u32
burst_tmr
;
member
5014
__u32
burst_tmr
:1;
member
5025
__u32
burst_tmr
;
member
5112
__u32
burst_tmr
)
in ethtool_plca_set_cfg_req_set_burst_tmr()
5114
req->_present.
burst_tmr
= 1;
in ethtool_plca_set_cfg_req_set_burst_tmr()
5115
req->
burst_tmr
=
burst_tmr
;
in ethtool_plca_set_cfg_req_set_burst_tmr()
5178
__u32
burst_tmr
:1;
member
5189
__u32
burst_tmr
;
member
5111
ethtool_plca_set_cfg_req_set_
burst_tmr
(struct ethtool_plca_set_cfg_req *req, __u32
burst_tmr
)
ethtool_plca_set_cfg_req_set_burst_tmr()
argument
[all...]
H
A
D
ethtool-user.c
5647
dst->_present.
burst_tmr
= 1;
in ethtool_plca_get_cfg_rsp_parse()
5648
dst->
burst_tmr
= mnl_attr_get_u32(attr);
in ethtool_plca_get_cfg_rsp_parse()
5771
if (req->_present.
burst_tmr
)
in ethtool_plca_set_cfg()
5772
mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_BURST_TMR, req->
burst_tmr
);
in ethtool_plca_set_cfg()
5855
dst->_present.
burst_tmr
= 1;
in ethtool_plca_get_status_rsp_parse()
5856
dst->
burst_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
818
* @
burst_tmr
: controls how many bit times to wait for the MAC to send a new
834
int
burst_tmr
;
member
Completed in 24 milliseconds