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:fr_resid
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fcp.h
132
__be32
fr_resid
; /* Residual value */
member
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fcp.h
132
__be32
fr_resid
; /* Residual value */
member
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_fc.h
305
resid = be32_to_cpu(fcp_rsp->ext.
fr_resid
);
in zfcp_fc_eval_fcp_rsp()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_fc.h
304
resid = be32_to_cpu(fcp_rsp->ext.
fr_resid
);
in zfcp_fc_eval_fcp_rsp()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_cmd.c
143
fcp->ext.
fr_resid
= cpu_to_be32(se_cmd->residual_count);
in ft_queue_status()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_unsol.c
328
*((u32 *)&fcprsp.ext.
fr_resid
) = be32_to_cpu(fcpcmd->fc_dl);
in efct_sframe_send_task_set_full_or_busy()
H
A
D
efct_scsi.c
805
fcprsp->ext.
fr_resid
= cpu_to_be32(residual);
in efct_scsi_send_resp()
808
fcprsp->ext.
fr_resid
= cpu_to_be32(-residual);
in efct_scsi_send_resp()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_cmd.c
142
fcp->ext.
fr_resid
= cpu_to_be32(se_cmd->residual_count);
in ft_queue_status()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_fcp.c
915
if (plen < sizeof(*fc_rp) + sizeof(rp_ex->
fr_resid
))
in fc_fcp_resp()
918
fsp->scsi_resid = ntohl(rp_ex->
fr_resid
);
in fc_fcp_resp()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_fcp.c
905
if (plen < sizeof(*fc_rp) + sizeof(rp_ex->
fr_resid
))
in fc_fcp_resp()
908
fsp->scsi_resid = ntohl(rp_ex->
fr_resid
);
in fc_fcp_resp()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_scsi.c
1611
be32_to_cpu(fcp_resp->ext.
fr_resid
));
in csio_scsi_err_handler()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_scsi.c
1615
be32_to_cpu(fcp_resp->ext.
fr_resid
));
in csio_scsi_err_handler()
Completed in 18 milliseconds