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:cntr_req
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc_fs.c
1024
struct npc_mcam_alloc_counter_req
cntr_req
= { 0 };
in rvu_mcam_add_counter_to_rule()
local
1028
cntr_req
.hdr.pcifunc = pcifunc;
in rvu_mcam_add_counter_to_rule()
1029
cntr_req
.contig = true;
in rvu_mcam_add_counter_to_rule()
1030
cntr_req
.count = 1;
in rvu_mcam_add_counter_to_rule()
1036
err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &
cntr_req
,
in rvu_mcam_add_counter_to_rule()
1595
struct npc_mcam_alloc_counter_req
cntr_req
= { 0 };
in npc_install_mcam_drop_rule()
local
1643
cntr_req
.hdr.pcifunc = 0; /* AF request */
in npc_install_mcam_drop_rule()
1644
cntr_req
.contig = true;
in npc_install_mcam_drop_rule()
1645
cntr_req
.count = 1;
in npc_install_mcam_drop_rule()
1646
err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &
cntr_req
,
in npc_install_mcam_drop_rule()
[all...]
H
A
D
rvu_npc.c
3162
struct npc_mcam_alloc_counter_req
cntr_req
;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
local
3204
cntr_req
.hdr.pcifunc = req->hdr.pcifunc;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3205
cntr_req
.contig = true;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3206
cntr_req
.count = 1;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3208
rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &
cntr_req
, &cntr_rsp);
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc.c
2146
struct npc_mcam_alloc_counter_req
cntr_req
;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
local
2183
cntr_req
.hdr.pcifunc = req->hdr.pcifunc;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2184
cntr_req
.contig = true;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2185
cntr_req
.count = 1;
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2187
rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &
cntr_req
, &cntr_rsp);
in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
Completed in 10 milliseconds