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:xfer_contig_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_fcp.c
568
if (fsp->
xfer_contig_end
== start_offset)
in fc_fcp_recv_data()
569
fsp->
xfer_contig_end
+= copy_len;
in fc_fcp_recv_data()
839
seq->rec_data = fsp->
xfer_contig_end
;
in fc_fcp_recv()
1603
} else if (fsp->
xfer_contig_end
== offset) {
in fc_fcp_rec_resp()
1606
offset = fsp->
xfer_contig_end
;
in fc_fcp_rec_resp()
1638
} else if (offset == fsp->
xfer_contig_end
) {
in fc_fcp_rec_resp()
1640
} else if (fsp->
xfer_contig_end
< offset) {
in fc_fcp_rec_resp()
1641
offset = fsp->
xfer_contig_end
;
in fc_fcp_rec_resp()
1764
fsp->
xfer_contig_end
= offset;
in fc_fcp_srr()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_fcp.c
558
if (fsp->
xfer_contig_end
== start_offset)
in fc_fcp_recv_data()
559
fsp->
xfer_contig_end
+= copy_len;
in fc_fcp_recv_data()
829
seq->rec_data = fsp->
xfer_contig_end
;
in fc_fcp_recv()
1593
} else if (fsp->
xfer_contig_end
== offset) {
in fc_fcp_rec_resp()
1596
offset = fsp->
xfer_contig_end
;
in fc_fcp_rec_resp()
1628
} else if (offset == fsp->
xfer_contig_end
) {
in fc_fcp_rec_resp()
1630
} else if (fsp->
xfer_contig_end
< offset) {
in fc_fcp_rec_resp()
1631
offset = fsp->
xfer_contig_end
;
in fc_fcp_rec_resp()
1754
fsp->
xfer_contig_end
= offset;
in fc_fcp_srr()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
297
* @
xfer_contig_end
: The offset into the buffer if the buffer is contiguous
337
u32
xfer_contig_end
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
297
* @
xfer_contig_end
: The offset into the buffer if the buffer is contiguous
337
u32
xfer_contig_end
;
member
Completed in 9 milliseconds