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:threshold_exit
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-eth-dcb.c
38
cfg.
threshold_exit
= DPAA2_ETH_CN_THRESH_EXIT(priv);
in dpaa2_eth_set_pfc_cn()
45
cfg.
threshold_exit
= 0;
in dpaa2_eth_set_pfc_cn()
H
A
D
dpni-cmd.h
632
__le32
threshold_exit
;
member
H
A
D
dpni.h
919
* @
threshold_exit
: Below this threshold we exit the congestion state.
931
u32
threshold_exit
;
member
H
A
D
dpni.c
1398
cmd_params->
threshold_exit
= cpu_to_le32(cfg->
threshold_exit
);
in dpni_set_congestion_notification()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-eth-dcb.c
38
cfg.
threshold_exit
= DPAA2_ETH_CN_THRESH_EXIT(priv);
in dpaa2_eth_set_pfc_cn()
45
cfg.
threshold_exit
= 0;
in dpaa2_eth_set_pfc_cn()
H
A
D
dpni-cmd.h
643
__le32
threshold_exit
;
member
H
A
D
dpni.h
905
* @
threshold_exit
: Below this threshold we exit the congestion state.
917
u32
threshold_exit
;
member
H
A
D
dpni.c
1497
cmd_params->
threshold_exit
= cpu_to_le32(cfg->
threshold_exit
);
in dpni_set_congestion_notification()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
dpseci.c
401
cmd_params->
threshold_exit
= cpu_to_le32(cfg->
threshold_exit
);
in dpseci_set_congestion_notification()
441
cfg->
threshold_exit
= le32_to_cpu(rsp_params->
threshold_exit
);
in dpseci_get_congestion_notification()
H
A
D
dpseci.h
274
* congestion state (see '
threshold_exit
')
294
* (see '
threshold_exit
')
311
* @
threshold_exit
: below this threshold we exit the congestion state.
322
u32
threshold_exit
;
member
H
A
D
dpseci_cmd.h
147
__le32
threshold_exit
;
member
H
A
D
caamalg_qi2.c
4952
cong_notif_cfg.
threshold_exit
= DPAA2_SEC_CONG_EXIT_THRESH;
in dpaa2_dpseci_congestion_setup()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
dpseci.c
401
cmd_params->
threshold_exit
= cpu_to_le32(cfg->
threshold_exit
);
in dpseci_set_congestion_notification()
441
cfg->
threshold_exit
= le32_to_cpu(rsp_params->
threshold_exit
);
in dpseci_get_congestion_notification()
H
A
D
dpseci.h
274
* congestion state (see '
threshold_exit
')
294
* (see '
threshold_exit
')
311
* @
threshold_exit
: below this threshold we exit the congestion state.
322
u32
threshold_exit
;
member
H
A
D
dpseci_cmd.h
147
__le32
threshold_exit
;
member
H
A
D
caamalg_qi2.c
4966
cong_notif_cfg.
threshold_exit
= DPAA2_SEC_CONG_EXIT_THRESH;
in dpaa2_dpseci_congestion_setup()
Completed in 31 milliseconds