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:BLK_COUNT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
469
if (blkaddr < BLKADDR_RVUM || blkaddr >=
BLK_COUNT
)
in is_block_implemented()
484
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_check_block_implemented()
736
for (id = 0; id <
BLK_COUNT
; id++) {
in rvu_free_hw_resources()
1095
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_setup_hw_resources()
1329
int i, num_blkaddr[
BLK_COUNT
] = { 0 };
in rvu_get_blkaddr_from_slot()
1340
for (blkaddr = BLKADDR_RVUM; blkaddr <
BLK_COUNT
; blkaddr++) {
in rvu_get_blkaddr_from_slot()
1437
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_detach_rsrcs()
H
A
D
rvu_struct.h
36
BLK_COUNT
= 0x17ULL,
enumerator
H
A
D
rvu_debugfs.c
717
for (index = 0; index <
BLK_COUNT
; index++) {
in get_max_column_width()
766
for (index = 0; index <
BLK_COUNT
; index++)
in rvu_dbg_rsrc_attach_status()
800
for (index = 0; index <
BLK_COUNT
; index++) {
in rvu_dbg_rsrc_attach_status()
H
A
D
rvu.h
398
struct rvu_block block[
BLK_COUNT
]; /* Block info */
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
419
if (blkaddr < BLKADDR_RVUM || blkaddr >=
BLK_COUNT
)
in is_block_implemented()
434
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_check_block_implemented()
676
for (id = 0; id <
BLK_COUNT
; id++) {
in rvu_free_hw_resources()
936
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_setup_hw_resources()
1179
for (blkid = 0; blkid <
BLK_COUNT
; blkid++) {
in rvu_detach_rsrcs()
H
A
D
rvu.h
260
struct rvu_block block[
BLK_COUNT
]; /* Block info */
H
A
D
rvu_debugfs.c
193
for (index = 0; index <
BLK_COUNT
; index++) {
in get_max_column_width()
242
for (index = 0; index <
BLK_COUNT
; index++)
in rvu_dbg_rsrc_attach_status()
276
for (index = 0; index <
BLK_COUNT
; index++) {
in rvu_dbg_rsrc_attach_status()
H
A
D
rvu_struct.h
34
BLK_COUNT
= 0xfULL,
enumerator
Completed in 23 milliseconds