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:counter_valid
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_dpipe.c
174
entry->
counter_valid
= false;
in mlxsw_sp_erif_entry_get()
186
entry->
counter_valid
= true;
in mlxsw_sp_erif_entry_get()
533
entry->
counter_valid
= true;
in mlxsw_sp_dpipe_table_host_entry_fill()
1080
entry->
counter_valid
= true;
in mlxsw_sp_dpipe_table_adj_entry_fill()
H
A
D
spectrum_acl.c
680
rulei->
counter_valid
= true;
in mlxsw_sp_acl_rulei_act_count()
903
if (rulei->
counter_valid
) {
in mlxsw_sp_acl_rule_get_stats()
H
A
D
spectrum_router.c
1960
bool
counter_valid
;
member
2018
if (!neigh_entry->
counter_valid
)
in mlxsw_sp_neigh_counter_get()
2098
neigh_entry->
counter_valid
= true;
in mlxsw_sp_neigh_counter_alloc()
2105
if (!neigh_entry->
counter_valid
)
in mlxsw_sp_neigh_counter_free()
2109
neigh_entry->
counter_valid
= false;
in mlxsw_sp_neigh_counter_free()
2444
if (neigh_entry->
counter_valid
)
in mlxsw_sp_router_neigh_entry_op4()
2461
if (neigh_entry->
counter_valid
)
in mlxsw_sp_router_neigh_entry_op6()
2781
bool
counter_valid
;
member
2812
nh->
counter_valid
= true;
in mlxsw_sp_nexthop_counter_alloc()
2818
if (!nh->
counter_valid
)
in mlxsw_sp_nexthop_counter_free()
[all...]
H
A
D
spectrum.h
756
counter_valid
:1,
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_dpipe.c
174
entry->
counter_valid
= false;
in mlxsw_sp_erif_entry_get()
186
entry->
counter_valid
= true;
in mlxsw_sp_erif_entry_get()
533
entry->
counter_valid
= true;
in mlxsw_sp_dpipe_table_host_entry_fill()
1080
entry->
counter_valid
= true;
in mlxsw_sp_dpipe_table_adj_entry_fill()
H
A
D
spectrum_acl.c
767
rulei->
counter_valid
= true;
in mlxsw_sp_acl_rulei_act_count()
1024
if (rulei->
counter_valid
) {
in mlxsw_sp_acl_rule_get_stats()
H
A
D
spectrum_router.c
2191
bool
counter_valid
;
member
2249
if (!neigh_entry->
counter_valid
)
in mlxsw_sp_neigh_counter_get()
2329
neigh_entry->
counter_valid
= true;
in mlxsw_sp_neigh_counter_alloc()
2336
if (!neigh_entry->
counter_valid
)
in mlxsw_sp_neigh_counter_free()
2340
neigh_entry->
counter_valid
= false;
in mlxsw_sp_neigh_counter_free()
2680
if (neigh_entry->
counter_valid
)
in mlxsw_sp_router_neigh_entry_op4()
2697
if (neigh_entry->
counter_valid
)
in mlxsw_sp_router_neigh_entry_op6()
3083
bool
counter_valid
;
member
3166
nh->
counter_valid
= true;
in mlxsw_sp_nexthop_counter_alloc()
3172
if (!nh->
counter_valid
)
in mlxsw_sp_nexthop_counter_free()
[all...]
H
A
D
spectrum.h
868
counter_valid
:1,
member
/kernel/linux/linux-6.6/net/devlink/
H
A
D
dpipe.c
409
if (entry->
counter_valid
)
in devlink_dpipe_entry_put()
/kernel/linux/linux-5.10/include/net/
H
A
D
devlink.h
239
* @
counter_valid
: Specify if value is valid from hardware
248
bool
counter_valid
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
devlink.h
299
* @
counter_valid
: Specify if value is valid from hardware
308
bool
counter_valid
;
member
/kernel/linux/linux-5.10/net/core/
H
A
D
devlink.c
2399
if (entry->
counter_valid
)
in devlink_dpipe_entry_put()
Completed in 52 milliseconds