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:NPC_MAX_HASH
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_npc_hash.h
15
#define
NPC_MAX_HASH
2
macro
48
u64 hash[NPC_MAX_INTF][
NPC_MAX_HASH
];
50
u64 hash_mask[NPC_MAX_INTF][
NPC_MAX_HASH
][NPC_MAX_HASH_MASK];
52
u64 hash_ctrl[NPC_MAX_INTF][
NPC_MAX_HASH
];
H
A
D
rvu_npc_hash.c
138
if (hash_cnt ==
NPC_MAX_HASH
)
in npc_program_mkex_hash_rx()
178
if (hash_cnt ==
NPC_MAX_HASH
)
in npc_program_mkex_hash_tx()
299
for (hash_idx = 0; hash_idx <
NPC_MAX_HASH
; hash_idx++) {
in npc_update_field_hash()
377
for (i = 0; i <
NPC_MAX_HASH
; i++) {
in rvu_mbox_handler_npc_get_field_hash_info()
387
for (j = 0; j <
NPC_MAX_HASH
; j++)
in rvu_mbox_handler_npc_get_field_hash_info()
H
A
D
mbox.h
1570
#define
NPC_MAX_HASH
2
macro
1573
u64 hash_mask[NPC_MAX_INTF][
NPC_MAX_HASH
][NPC_MAX_HASH_MASK];
1575
u64 hash_ctrl[NPC_MAX_INTF][
NPC_MAX_HASH
];
Completed in 9 milliseconds