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:eh_sgl_hndl_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
1046
psgl_handle = phba->
eh_sgl_hndl_base
[phba->eh_sgl_alloc_index];
in alloc_mgmt_sgl_handle()
1047
phba->
eh_sgl_hndl_base
[phba->eh_sgl_alloc_index] = NULL;
in alloc_mgmt_sgl_handle()
1077
if (phba->
eh_sgl_hndl_base
[phba->eh_sgl_free_index]) {
in free_mgmt_sgl_handle()
1089
phba->
eh_sgl_hndl_base
[phba->eh_sgl_free_index] = psgl_handle;
in free_mgmt_sgl_handle()
3903
phba->
eh_sgl_hndl_base
=
in beiscsi_init_sgl_handle()
3907
if (!phba->
eh_sgl_hndl_base
) {
in beiscsi_init_sgl_handle()
3932
phba->
eh_sgl_hndl_base
[arr_index -
in beiscsi_init_sgl_handle()
3972
psgl_handle = phba->
eh_sgl_hndl_base
[arr_index -
in beiscsi_init_sgl_handle()
4174
kfree(phba->
eh_sgl_hndl_base
);
in beiscsi_init_port()
4190
kfree(phba->
eh_sgl_hndl_base
);
in beiscsi_cleanup_port()
[all...]
H
A
D
be_main.h
292
struct sgl_handle **
eh_sgl_hndl_base
;
member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
1063
psgl_handle = phba->
eh_sgl_hndl_base
[phba->eh_sgl_alloc_index];
in alloc_mgmt_sgl_handle()
1064
phba->
eh_sgl_hndl_base
[phba->eh_sgl_alloc_index] = NULL;
in alloc_mgmt_sgl_handle()
1094
if (phba->
eh_sgl_hndl_base
[phba->eh_sgl_free_index]) {
in free_mgmt_sgl_handle()
1106
phba->
eh_sgl_hndl_base
[phba->eh_sgl_free_index] = psgl_handle;
in free_mgmt_sgl_handle()
3913
phba->
eh_sgl_hndl_base
=
in beiscsi_init_sgl_handle()
3917
if (!phba->
eh_sgl_hndl_base
) {
in beiscsi_init_sgl_handle()
3942
phba->
eh_sgl_hndl_base
[arr_index -
in beiscsi_init_sgl_handle()
3982
psgl_handle = phba->
eh_sgl_hndl_base
[arr_index -
in beiscsi_init_sgl_handle()
4168
kfree(phba->
eh_sgl_hndl_base
);
in beiscsi_init_port()
4184
kfree(phba->
eh_sgl_hndl_base
);
in beiscsi_cleanup_port()
[all...]
H
A
D
be_main.h
291
struct sgl_handle **
eh_sgl_hndl_base
;
member
Completed in 16 milliseconds