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_pause_time
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
fman_dtsec.c
286
*
tx_pause_time
:
309
u16
tx_pause_time
;
member
355
cfg->
tx_pause_time
= DEFAULT_TX_PAUSE_TIME;
in set_dflts()
435
if (cfg->
tx_pause_time
)
in init()
436
tmp |= cfg->
tx_pause_time
;
in init()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H
A
D
fman_dtsec.c
259
*
tx_pause_time
:
282
u16
tx_pause_time
;
member
329
cfg->
tx_pause_time
= DEFAULT_TX_PAUSE_TIME;
in set_dflts()
367
if (cfg->
tx_pause_time
)
in init()
368
tmp |= cfg->
tx_pause_time
;
in init()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_mac.h
202
u8
tx_pause_time
;
member
H
A
D
hns_dsaf_gmac.c
520
mac_info->
tx_pause_time
= fc_tx_timer;
in hns_gmac_get_info()
H
A
D
hns_dsaf_xgmac.c
448
mac_info->
tx_pause_time
= pause_time;
in hns_xgmac_get_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_mac.h
202
u8
tx_pause_time
;
member
H
A
D
hns_dsaf_gmac.c
504
mac_info->
tx_pause_time
= fc_tx_timer;
in hns_gmac_get_info()
H
A
D
hns_dsaf_xgmac.c
435
mac_info->
tx_pause_time
= pause_time;
in hns_xgmac_get_info()
Completed in 16 milliseconds