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:TL_TPGS_PER_HBA
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/target/tcm_remote/
H
A
D
tcm_remote.h
7
#define
TL_TPGS_PER_HBA
32
macro
18
struct tcm_remote_tpg remote_hba_tpgs[
TL_TPGS_PER_HBA
];
H
A
D
tcm_remote.c
104
if (tpgt >=
TL_TPGS_PER_HBA
) {
in tcm_remote_make_tpg()
105
pr_err("Passed tpgt: %lu exceeds
TL_TPGS_PER_HBA
: %u\n",
in tcm_remote_make_tpg()
106
tpgt,
TL_TPGS_PER_HBA
);
in tcm_remote_make_tpg()
/kernel/linux/linux-6.6/drivers/target/loopback/
H
A
D
tcm_loop.h
8
#define
TL_TPGS_PER_HBA
32
macro
52
struct tcm_loop_tpg tl_hba_tpgs[
TL_TPGS_PER_HBA
];
H
A
D
tcm_loop.c
929
if (tpgt >=
TL_TPGS_PER_HBA
) {
in tcm_loop_make_naa_tpg()
930
pr_err("Passed tpgt: %lu exceeds
TL_TPGS_PER_HBA
: %u\n",
in tcm_loop_make_naa_tpg()
931
tpgt,
TL_TPGS_PER_HBA
);
in tcm_loop_make_naa_tpg()
/kernel/linux/linux-5.10/drivers/target/loopback/
H
A
D
tcm_loop.h
8
#define
TL_TPGS_PER_HBA
32
macro
53
struct tcm_loop_tpg tl_hba_tpgs[
TL_TPGS_PER_HBA
];
H
A
D
tcm_loop.c
969
if (tpgt >=
TL_TPGS_PER_HBA
) {
in tcm_loop_make_naa_tpg()
970
pr_err("Passed tpgt: %lu exceeds
TL_TPGS_PER_HBA
: %u\n",
in tcm_loop_make_naa_tpg()
971
tpgt,
TL_TPGS_PER_HBA
);
in tcm_loop_make_naa_tpg()
Completed in 4 milliseconds