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:tot_entries
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_lib.c
3329
u32
tot_entries
= 0, tot_size = 0;
in cudbg_fill_qdesc_num_and_size()
local
3332
tot_entries
+= MAX_ETH_QSETS * 3;
in cudbg_fill_qdesc_num_and_size()
3333
tot_entries
+= MAX_CTRL_QUEUES;
in cudbg_fill_qdesc_num_and_size()
3342
tot_entries
+= INGQ_EXTRAS;
in cudbg_fill_qdesc_num_and_size()
3346
tot_entries
+= 1;
in cudbg_fill_qdesc_num_and_size()
3350
tot_entries
+= CXGB4_TX_MAX * MAX_OFLD_QSETS;
in cudbg_fill_qdesc_num_and_size()
3351
tot_entries
+= CXGB4_ULD_MAX * MAX_ULD_QSETS * 2;
in cudbg_fill_qdesc_num_and_size()
3361
tot_entries
+= CXGB4_ULD_MAX * MAX_ULD_QSETS;
in cudbg_fill_qdesc_num_and_size()
3366
tot_entries
+= MAX_OFLD_QSETS * 3;
in cudbg_fill_qdesc_num_and_size()
3371
sizeof(struct cudbg_qdesc_entry) *
tot_entries
;
in cudbg_fill_qdesc_num_and_size()
3384
u32 num_queues = 0,
tot_entries
= 0, size = 0;
cudbg_collect_qdesc()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_lib.c
3311
u32
tot_entries
= 0, tot_size = 0;
in cudbg_fill_qdesc_num_and_size()
local
3314
tot_entries
+= MAX_ETH_QSETS * 3;
in cudbg_fill_qdesc_num_and_size()
3315
tot_entries
+= MAX_CTRL_QUEUES;
in cudbg_fill_qdesc_num_and_size()
3324
tot_entries
+= INGQ_EXTRAS;
in cudbg_fill_qdesc_num_and_size()
3328
tot_entries
+= 1;
in cudbg_fill_qdesc_num_and_size()
3332
tot_entries
+= CXGB4_TX_MAX * MAX_OFLD_QSETS;
in cudbg_fill_qdesc_num_and_size()
3333
tot_entries
+= CXGB4_ULD_MAX * MAX_ULD_QSETS * 2;
in cudbg_fill_qdesc_num_and_size()
3343
tot_entries
+= CXGB4_ULD_MAX * MAX_ULD_QSETS;
in cudbg_fill_qdesc_num_and_size()
3348
tot_entries
+= MAX_OFLD_QSETS * 3;
in cudbg_fill_qdesc_num_and_size()
3353
sizeof(struct cudbg_qdesc_entry) *
tot_entries
;
in cudbg_fill_qdesc_num_and_size()
3366
u32 num_queues = 0,
tot_entries
= 0, size = 0;
cudbg_collect_qdesc()
local
[all...]
Completed in 10 milliseconds