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:fc_loopid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
1278
struct tcm_qla2xxx_fc_loopid *
fc_loopid
;
in tcm_qla2xxx_find_sess_by_loop_id()
local
1289
fc_loopid
= lport->lport_loopid_map + loop_id;
in tcm_qla2xxx_find_sess_by_loop_id()
1290
se_nacl =
fc_loopid
->se_nacl;
in tcm_qla2xxx_find_sess_by_loop_id()
1319
struct tcm_qla2xxx_fc_loopid *
fc_loopid
;
in tcm_qla2xxx_set_sess_by_loop_id()
local
1323
fc_loopid
= &((struct tcm_qla2xxx_fc_loopid *)
in tcm_qla2xxx_set_sess_by_loop_id()
1326
saved_nacl =
fc_loopid
->se_nacl;
in tcm_qla2xxx_set_sess_by_loop_id()
1328
pr_debug("Setting up new
fc_loopid
->se_nacl to new_se_nacl\n");
in tcm_qla2xxx_set_sess_by_loop_id()
1329
fc_loopid
->se_nacl = new_se_nacl;
in tcm_qla2xxx_set_sess_by_loop_id()
1339
pr_debug("Clearing nacl->fc_port and
fc_loopid
->se_nacl\n");
in tcm_qla2xxx_set_sess_by_loop_id()
1340
fc_loopid
in tcm_qla2xxx_set_sess_by_loop_id()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
1233
struct tcm_qla2xxx_fc_loopid *
fc_loopid
;
in tcm_qla2xxx_find_sess_by_loop_id()
local
1244
fc_loopid
= lport->lport_loopid_map + loop_id;
in tcm_qla2xxx_find_sess_by_loop_id()
1245
se_nacl =
fc_loopid
->se_nacl;
in tcm_qla2xxx_find_sess_by_loop_id()
1274
struct tcm_qla2xxx_fc_loopid *
fc_loopid
;
in tcm_qla2xxx_set_sess_by_loop_id()
local
1278
fc_loopid
= &((struct tcm_qla2xxx_fc_loopid *)
in tcm_qla2xxx_set_sess_by_loop_id()
1281
saved_nacl =
fc_loopid
->se_nacl;
in tcm_qla2xxx_set_sess_by_loop_id()
1283
pr_debug("Setting up new
fc_loopid
->se_nacl to new_se_nacl\n");
in tcm_qla2xxx_set_sess_by_loop_id()
1284
fc_loopid
->se_nacl = new_se_nacl;
in tcm_qla2xxx_set_sess_by_loop_id()
1294
pr_debug("Clearing nacl->fc_port and
fc_loopid
->se_nacl\n");
in tcm_qla2xxx_set_sess_by_loop_id()
1295
fc_loopid
in tcm_qla2xxx_set_sess_by_loop_id()
[all...]
Completed in 5 milliseconds