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:tgt_ofld_list
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
588
tgt = hba->
tgt_ofld_list
[i];
in bnx2fc_tgt_lookup()
623
*
tgt_ofld_list
access is synchronized using
in bnx2fc_alloc_conn_id()
634
while (hba->
tgt_ofld_list
[conn_id] != NULL) {
in bnx2fc_alloc_conn_id()
645
hba->
tgt_ofld_list
[conn_id] = tgt;
in bnx2fc_alloc_conn_id()
655
hba->
tgt_ofld_list
[conn_id] = NULL;
in bnx2fc_free_conn_id()
H
A
D
bnx2fc_hwi.c
1135
struct bnx2fc_rport *tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_fastpath_notification()
1164
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_ofld_cmpl()
1216
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_enable_conn_cmpl()
1255
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_conn_disable_cmpl()
1287
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_conn_destroy_cmpl()
H
A
D
bnx2fc_fcoe.c
199
tgt = hba->
tgt_ofld_list
[i];
in bnx2fc_cleanup()
312
*
tgt_ofld_list
access is synchronized using
in bnx2fc_xmit()
1348
kfree(hba->
tgt_ofld_list
);
in bnx2fc_hba_destroy()
1391
hba->
tgt_ofld_list
=
in bnx2fc_hba_create()
1394
if (!hba->
tgt_ofld_list
) {
in bnx2fc_hba_create()
1429
kfree(hba->
tgt_ofld_list
);
in bnx2fc_hba_create()
H
A
D
bnx2fc.h
231
struct bnx2fc_rport **
tgt_ofld_list
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
588
tgt = hba->
tgt_ofld_list
[i];
in bnx2fc_tgt_lookup()
623
*
tgt_ofld_list
access is synchronized using
in bnx2fc_alloc_conn_id()
634
while (hba->
tgt_ofld_list
[conn_id] != NULL) {
in bnx2fc_alloc_conn_id()
645
hba->
tgt_ofld_list
[conn_id] = tgt;
in bnx2fc_alloc_conn_id()
655
hba->
tgt_ofld_list
[conn_id] = NULL;
in bnx2fc_free_conn_id()
H
A
D
bnx2fc_hwi.c
1134
struct bnx2fc_rport *tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_fastpath_notification()
1163
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_ofld_cmpl()
1215
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_enable_conn_cmpl()
1254
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_conn_disable_cmpl()
1286
tgt = hba->
tgt_ofld_list
[conn_id];
in bnx2fc_process_conn_destroy_cmpl()
H
A
D
bnx2fc_fcoe.c
201
tgt = hba->
tgt_ofld_list
[i];
in bnx2fc_cleanup()
313
*
tgt_ofld_list
access is synchronized using
in bnx2fc_xmit()
1340
kfree(hba->
tgt_ofld_list
);
in bnx2fc_hba_destroy()
1383
hba->
tgt_ofld_list
=
in bnx2fc_hba_create()
1386
if (!hba->
tgt_ofld_list
) {
in bnx2fc_hba_create()
1421
kfree(hba->
tgt_ofld_list
);
in bnx2fc_hba_create()
H
A
D
bnx2fc.h
228
struct bnx2fc_rport **
tgt_ofld_list
;
member
Completed in 17 milliseconds