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:swl_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
5927
int
swl_idx
;
in qla2x00_find_all_fabric_devs()
local
5972
swl_idx
= 0;
in qla2x00_find_all_fabric_devs()
6005
new_fcport->d_id.b24 = swl[
swl_idx
].d_id.b24;
in qla2x00_find_all_fabric_devs()
6007
swl[
swl_idx
].node_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6009
swl[
swl_idx
].port_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6011
swl[
swl_idx
].fabric_port_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6012
new_fcport->fp_speed = swl[
swl_idx
].fp_speed;
in qla2x00_find_all_fabric_devs()
6013
new_fcport->fc4_type = swl[
swl_idx
].fc4_type;
in qla2x00_find_all_fabric_devs()
6017
swl[
swl_idx
].fc4_type & FS_FC4TYPE_NVME) {
in qla2x00_find_all_fabric_devs()
6023
if (swl[
swl_idx
]
in qla2x00_find_all_fabric_devs()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
6433
int
swl_idx
;
in qla2x00_find_all_fabric_devs()
local
6478
swl_idx
= 0;
in qla2x00_find_all_fabric_devs()
6511
new_fcport->d_id.b24 = swl[
swl_idx
].d_id.b24;
in qla2x00_find_all_fabric_devs()
6513
swl[
swl_idx
].node_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6515
swl[
swl_idx
].port_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6517
swl[
swl_idx
].fabric_port_name, WWN_SIZE);
in qla2x00_find_all_fabric_devs()
6518
new_fcport->fp_speed = swl[
swl_idx
].fp_speed;
in qla2x00_find_all_fabric_devs()
6519
new_fcport->fc4_type = swl[
swl_idx
].fc4_type;
in qla2x00_find_all_fabric_devs()
6523
swl[
swl_idx
].fc4_type & FS_FC4TYPE_NVME) {
in qla2x00_find_all_fabric_devs()
6529
if (swl[
swl_idx
]
in qla2x00_find_all_fabric_devs()
[all...]
Completed in 16 milliseconds