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:eiter
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
1598
struct ct_fdmi_hba_attr *
eiter
;
in qla2x00_hba_attributes()
local
1603
eiter
= entries + size;
in qla2x00_hba_attributes()
1604
eiter
->type = cpu_to_be16(FDMI_HBA_NODE_NAME);
in qla2x00_hba_attributes()
1605
memcpy(
eiter
->a.node_name, vha->node_name, sizeof(
eiter
->a.node_name));
in qla2x00_hba_attributes()
1606
alen = sizeof(
eiter
->a.node_name);
in qla2x00_hba_attributes()
1607
alen += FDMI_ATTR_TYPELEN(
eiter
);
in qla2x00_hba_attributes()
1608
eiter
->len = cpu_to_be16(alen);
in qla2x00_hba_attributes()
1611
"NODENAME = %016llx.\n", wwn_to_u64(
eiter
->a.node_name));
in qla2x00_hba_attributes()
1613
eiter
in qla2x00_hba_attributes()
1854
struct ct_fdmi_port_attr *
eiter
;
qla2x00_port_attributes()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
1600
struct ct_fdmi_hba_attr *
eiter
;
in qla2x00_hba_attributes()
local
1605
eiter
= entries + size;
in qla2x00_hba_attributes()
1606
eiter
->type = cpu_to_be16(FDMI_HBA_NODE_NAME);
in qla2x00_hba_attributes()
1607
memcpy(
eiter
->a.node_name, vha->node_name, sizeof(
eiter
->a.node_name));
in qla2x00_hba_attributes()
1608
alen = sizeof(
eiter
->a.node_name);
in qla2x00_hba_attributes()
1609
alen += FDMI_ATTR_TYPELEN(
eiter
);
in qla2x00_hba_attributes()
1610
eiter
->len = cpu_to_be16(alen);
in qla2x00_hba_attributes()
1613
"NODENAME = %016llx.\n", wwn_to_u64(
eiter
->a.node_name));
in qla2x00_hba_attributes()
1615
eiter
in qla2x00_hba_attributes()
1856
struct ct_fdmi_port_attr *
eiter
;
qla2x00_port_attributes()
local
[all...]
Completed in 5 milliseconds