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:vcap_counter
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H
A
D
vcap_api_client.h
146
struct
vcap_counter
{
struct
209
struct
vcap_counter
*ctr, u64 cookie);
210
int vcap_rule_set_counter(struct vcap_rule *rule, struct
vcap_counter
*ctr);
211
int vcap_rule_get_counter(struct vcap_rule *rule, struct
vcap_counter
*ctr);
H
A
D
vcap_api_private.h
37
struct
vcap_counter
counter; /* last read counter value */
H
A
D
vcap_api.c
1591
struct
vcap_counter
*ctr)
in vcap_write_counter()
2262
struct
vcap_counter
ctr = {0};
in vcap_add_rule()
2458
struct
vcap_counter
ctr;
in vcap_mod_rule()
2911
struct
vcap_counter
*ctr)
in vcap_read_counter()
3248
int vcap_rule_set_counter(struct vcap_rule *rule, struct
vcap_counter
*ctr)
in vcap_rule_set_counter()
3269
int vcap_rule_get_counter(struct vcap_rule *rule, struct
vcap_counter
*ctr)
in vcap_rule_get_counter()
3373
struct
vcap_counter
*ctr, u64 cookie)
in vcap_get_rule_count_by_cookie()
3376
struct
vcap_counter
temp = {};
in vcap_get_rule_count_by_cookie()
H
A
D
vcap_api_kunit.c
1485
struct
vcap_counter
ctr = { .value = 0, .sticky = false};
in vcap_api_set_rule_counter_test()
1486
struct
vcap_counter
ctr2 = { .value = 101, .sticky = true};
in vcap_api_set_rule_counter_test()
1538
struct
vcap_counter
ctr = {};
in vcap_api_get_rule_counter_test()
1539
struct
vcap_counter
ctr2 = {};
in vcap_api_get_rule_counter_test()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_tc_flower.c
581
struct
vcap_counter
count = {};
in lan966x_tc_flower_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_tc_flower.c
1325
struct
vcap_counter
ctr = {};
in sparx5_tc_flower_stats()
Completed in 12 milliseconds