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:tcam_entries
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
mcs.c
500
flow_id = mcs->hw->
tcam_entries
- MCS_RSRC_RSVD_CNT;
in mcs_install_flowid_bypass_entry()
1085
res->flowid2pf_map = alloc_mem(mcs, hw->
tcam_entries
);
in mcs_alloc_struct_mem()
1101
res->flowid2secy_map = alloc_mem(mcs, hw->
tcam_entries
);
in mcs_alloc_struct_mem()
1109
res->flow_ids.max = hw->
tcam_entries
- MCS_RSRC_RSVD_CNT;
in mcs_alloc_struct_mem()
1487
hw->
tcam_entries
= 128; /* TCAM entries */
in cn10kb_mcs_set_hw_capabilities()
H
A
D
mcs.h
123
u8
tcam_entries
;
member
H
A
D
mcs_cnf10kb.c
29
hw->
tcam_entries
= 64; /* TCAM entries */
in cnf10kb_mcs_set_hw_capabilities()
H
A
D
mcs_rvu_if.c
214
rsp->
tcam_entries
= mcs->hw->
tcam_entries
;
in rvu_mbox_handler_mcs_get_hw_info()
H
A
D
mbox.h
1944
u8
tcam_entries
; /* RX/TX Tcam entries per mcs block */
member
H
A
D
rvu_debugfs.c
401
for_each_set_bit(flow_id, map->bmap, mcs->hw->
tcam_entries
) {
in rvu_dbg_mcs_flowid_stats_display()
Completed in 15 milliseconds