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:read_topo
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.c
81
struct sli4_cmd_read_topology *
read_topo
=
in __efct_read_topology_cb()
local
87
if (status || le16_to_cpu(
read_topo
->hdr.status)) {
in __efct_read_topology_cb()
89
le16_to_cpu(
read_topo
->hdr.status));
in __efct_read_topology_cb()
93
switch (le32_to_cpu(
read_topo
->dw2_attentype) &
in __efct_read_topology_cb()
109
switch (
read_topo
->topology) {
in __efct_read_topology_cb()
117
hw->link.fc_id =
read_topo
->acquired_al_pa;
in __efct_read_topology_cb()
126
speed = (le32_to_cpu(
read_topo
->currlink_state) &
in __efct_read_topology_cb()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H
A
D
sli4.c
3282
struct sli4_cmd_read_topology *
read_topo
= buf;
in sli_cmd_read_topology()
local
3294
read_topo
->hdr.command = SLI4_MBX_CMD_READ_TOPOLOGY;
in sli_cmd_read_topology()
3298
read_topo
->bde_loop_map.bde_type_buflen =
in sli_cmd_read_topology()
3301
read_topo
->bde_loop_map.u.data.low =
in sli_cmd_read_topology()
3303
read_topo
->bde_loop_map.u.data.high =
in sli_cmd_read_topology()
Completed in 10 milliseconds