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:sb_vals
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_buffers.c
186
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pr_write()
210
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_cm_write()
239
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_write()
260
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_occ_clear()
286
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_occ_query()
612
pms = kcalloc(mlxsw_sp->
sb_vals
->pool_count, sizeof(*pms),
in mlxsw_sp_sb_port_init()
638
prs = kcalloc(mlxsw_sp->
sb_vals
->pool_count, sizeof(*prs),
in mlxsw_sp_sb_ports_init()
927
const struct mlxsw_sp_sb_vals *
sb_vals
= mlxsw_sp->
sb_vals
;
in __mlxsw_sp_sb_cms_init()
local
939
if (WARN_ON(
sb_vals
in __mlxsw_sp_sb_cms_init()
[all...]
H
A
D
spectrum.c
2750
mlxsw_sp->
sb_vals
= &mlxsw_sp1_sb_vals;
in mlxsw_sp1_init()
2779
mlxsw_sp->
sb_vals
= &mlxsw_sp2_sb_vals;
in mlxsw_sp2_init()
2806
mlxsw_sp->
sb_vals
= &mlxsw_sp2_sb_vals;
in mlxsw_sp3_init()
H
A
D
spectrum.h
175
const struct mlxsw_sp_sb_vals *
sb_vals
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_buffers.c
186
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pr_write()
225
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_cm_write()
254
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_write()
275
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_occ_clear()
301
&mlxsw_sp->
sb_vals
->pool_dess[pool_index];
in mlxsw_sp_sb_pm_occ_query()
627
pms = kcalloc(mlxsw_sp->
sb_vals
->pool_count, sizeof(*pms),
in mlxsw_sp_sb_port_init()
653
prs = kcalloc(mlxsw_sp->
sb_vals
->pool_count, sizeof(*prs),
in mlxsw_sp_sb_ports_init()
953
const struct mlxsw_sp_sb_vals *
sb_vals
= mlxsw_sp->
sb_vals
;
in __mlxsw_sp_sb_cms_init()
local
965
if (WARN_ON(
sb_vals
in __mlxsw_sp_sb_cms_init()
[all...]
H
A
D
spectrum.c
3337
mlxsw_sp->
sb_vals
= &mlxsw_sp1_sb_vals;
in mlxsw_sp1_init()
3371
mlxsw_sp->
sb_vals
= &mlxsw_sp2_sb_vals;
in mlxsw_sp2_init()
3405
mlxsw_sp->
sb_vals
= &mlxsw_sp2_sb_vals;
in mlxsw_sp3_init()
3439
mlxsw_sp->
sb_vals
= &mlxsw_sp2_sb_vals;
in mlxsw_sp4_init()
H
A
D
spectrum.h
198
const struct mlxsw_sp_sb_vals *
sb_vals
;
member
Completed in 21 milliseconds