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:cs_th
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
833
u32
cs_th
;
in dpaa_eth_cgr_init()
local
856
cs_th
= DPAA_CS_THRESHOLD_10G;
in dpaa_eth_cgr_init()
858
cs_th
= DPAA_CS_THRESHOLD_1G;
in dpaa_eth_cgr_init()
859
qm_cgr_cs_thres_set64(&initcgr.cgr.cs_thres,
cs_th
, 1);
in dpaa_eth_cgr_init()
887
u32
cs_th
;
in dpaa_eth_cgr_set_speed()
local
893
cs_th
= DPAA_CS_THRESHOLD_10G;
in dpaa_eth_cgr_set_speed()
897
cs_th
= DPAA_CS_THRESHOLD_1G;
in dpaa_eth_cgr_set_speed()
900
qm_cgr_cs_thres_set64(&opts.cgr.cs_thres,
cs_th
, 1);
in dpaa_eth_cgr_set_speed()
3209
u32
cs_th
;
in dpaa_ingress_cgr_init()
local
3223
cs_th
in dpaa_ingress_cgr_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.c
835
u32
cs_th
;
in dpaa_eth_cgr_init()
local
858
cs_th
= DPAA_CS_THRESHOLD_10G;
in dpaa_eth_cgr_init()
860
cs_th
= DPAA_CS_THRESHOLD_1G;
in dpaa_eth_cgr_init()
861
qm_cgr_cs_thres_set64(&initcgr.cgr.cs_thres,
cs_th
, 1);
in dpaa_eth_cgr_init()
2814
u32
cs_th
;
in dpaa_ingress_cgr_init()
local
2828
cs_th
= DPAA_INGRESS_CS_THRESHOLD;
in dpaa_ingress_cgr_init()
2829
qm_cgr_cs_thres_set64(&initcgr.cgr.cs_thres,
cs_th
, 1);
in dpaa_ingress_cgr_init()
Completed in 9 milliseconds