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:fcp_tgt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_scsi.c
311
io->iparam.
fcp_tgt
.app_id = io->app_id;
in efct_scsi_io_dispatch_hw_io()
313
io->iparam.
fcp_tgt
.vpi = io->node->vpi;
in efct_scsi_io_dispatch_hw_io()
314
io->iparam.
fcp_tgt
.rpi = io->node->rpi;
in efct_scsi_io_dispatch_hw_io()
315
io->iparam.
fcp_tgt
.s_id = io->node->port_fc_id;
in efct_scsi_io_dispatch_hw_io()
316
io->iparam.
fcp_tgt
.d_id = io->node->node_fc_id;
in efct_scsi_io_dispatch_hw_io()
317
io->iparam.
fcp_tgt
.xmit_len = io->wire_len;
in efct_scsi_io_dispatch_hw_io()
644
io->iparam.
fcp_tgt
.ox_id = io->init_task_tag;
in efct_scsi_xfer_data()
645
io->iparam.
fcp_tgt
.offset = io->transferred;
in efct_scsi_xfer_data()
646
io->iparam.
fcp_tgt
.cs_ctl = io->cs_ctl;
in efct_scsi_xfer_data()
647
io->iparam.
fcp_tgt
in efct_scsi_xfer_data()
[all...]
H
A
D
efct_hw.c
2874
u16 *flags = &iparam->
fcp_tgt
.flags;
in efct_hw_io_send()
2880
xfer->ft_data_ro = cpu_to_be32(iparam->
fcp_tgt
.offset);
in efct_hw_io_send()
2881
xfer->ft_burst_len = cpu_to_be32(iparam->
fcp_tgt
.xmit_len);
in efct_hw_io_send()
2887
iparam->
fcp_tgt
.xri = io->indicator;
in efct_hw_io_send()
2888
iparam->
fcp_tgt
.tag = io->reqtag;
in efct_hw_io_send()
2893
0, 0, &iparam->
fcp_tgt
)) {
in efct_hw_io_send()
2900
u16 *flags = &iparam->
fcp_tgt
.flags;
in efct_hw_io_send()
2907
iparam->
fcp_tgt
.xri = io->indicator;
in efct_hw_io_send()
2908
iparam->
fcp_tgt
.tag = io->reqtag;
in efct_hw_io_send()
2913
0, 0, &iparam->
fcp_tgt
)) {
in efct_hw_io_send()
[all...]
H
A
D
efct_hw.h
153
struct sli_fcp_tgt_params
fcp_tgt
;
member
Completed in 7 milliseconds