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:pdma_phys_fcp_rsp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
337
dma_addr_t
pdma_phys_fcp_rsp
;
in lpfc_new_scsi_buf_s3()
local
388
pdma_phys_fcp_rsp
= psb->dma_handle + sizeof(struct fcp_cmnd);
in lpfc_new_scsi_buf_s3()
404
bpl[1].addrHigh = le32_to_cpu(putPaddrHigh(
pdma_phys_fcp_rsp
));
in lpfc_new_scsi_buf_s3()
405
bpl[1].addrLow = le32_to_cpu(putPaddrLow(
pdma_phys_fcp_rsp
));
in lpfc_new_scsi_buf_s3()
432
putPaddrLow(
pdma_phys_fcp_rsp
);
in lpfc_new_scsi_buf_s3()
434
putPaddrHigh(
pdma_phys_fcp_rsp
);
in lpfc_new_scsi_buf_s3()
637
dma_addr_t
pdma_phys_fcp_rsp
;
in lpfc_get_scsi_buf_s4()
local
698
pdma_phys_fcp_rsp
= pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd);
in lpfc_get_scsi_buf_s4()
699
sgl->addr_hi = cpu_to_le32(putPaddrHigh(
pdma_phys_fcp_rsp
));
in lpfc_get_scsi_buf_s4()
700
sgl->addr_lo = cpu_to_le32(putPaddrLow(
pdma_phys_fcp_rsp
));
in lpfc_get_scsi_buf_s4()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
258
dma_addr_t
pdma_phys_fcp_rsp
;
in lpfc_new_scsi_buf_s3()
local
309
pdma_phys_fcp_rsp
= psb->dma_handle + sizeof(struct fcp_cmnd);
in lpfc_new_scsi_buf_s3()
325
bpl[1].addrHigh = le32_to_cpu(putPaddrHigh(
pdma_phys_fcp_rsp
));
in lpfc_new_scsi_buf_s3()
326
bpl[1].addrLow = le32_to_cpu(putPaddrLow(
pdma_phys_fcp_rsp
));
in lpfc_new_scsi_buf_s3()
353
putPaddrLow(
pdma_phys_fcp_rsp
);
in lpfc_new_scsi_buf_s3()
355
putPaddrHigh(
pdma_phys_fcp_rsp
);
in lpfc_new_scsi_buf_s3()
607
dma_addr_t
pdma_phys_fcp_rsp
;
in lpfc_get_scsi_buf_s4()
local
668
pdma_phys_fcp_rsp
= pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd);
in lpfc_get_scsi_buf_s4()
669
sgl->addr_hi = cpu_to_le32(putPaddrHigh(
pdma_phys_fcp_rsp
));
in lpfc_get_scsi_buf_s4()
670
sgl->addr_lo = cpu_to_le32(putPaddrLow(
pdma_phys_fcp_rsp
));
in lpfc_get_scsi_buf_s4()
[all...]
Completed in 7 milliseconds