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:protgroup_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
1714
unsigned int protgroup_len,
protgroup_offset
= 0, protgroup_remainder;
in lpfc_bg_setup_bpl_prot()
local
1807
protphysaddr = sg_dma_address(sgpe) +
protgroup_offset
;
in lpfc_bg_setup_bpl_prot()
1808
protgroup_len = sg_dma_len(sgpe) -
protgroup_offset
;
in lpfc_bg_setup_bpl_prot()
1826
protgroup_offset
+= protgroup_remainder;
in lpfc_bg_setup_bpl_prot()
1830
protgroup_offset
= 0;
in lpfc_bg_setup_bpl_prot()
1889
if (
protgroup_offset
) {
in lpfc_bg_setup_bpl_prot()
2138
unsigned int protgroup_len,
protgroup_offset
= 0, protgroup_remainder;
in lpfc_bg_setup_sgl_prot()
local
2268
protphysaddr = sg_dma_address(sgpe) +
protgroup_offset
;
in lpfc_bg_setup_sgl_prot()
2269
protgroup_len = sg_dma_len(sgpe) -
protgroup_offset
;
in lpfc_bg_setup_sgl_prot()
2288
protgroup_offset
in lpfc_bg_setup_sgl_prot()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
1688
unsigned int protgroup_len,
protgroup_offset
= 0, protgroup_remainder;
in lpfc_bg_setup_bpl_prot()
local
1781
protphysaddr = sg_dma_address(sgpe) +
protgroup_offset
;
in lpfc_bg_setup_bpl_prot()
1782
protgroup_len = sg_dma_len(sgpe) -
protgroup_offset
;
in lpfc_bg_setup_bpl_prot()
1800
protgroup_offset
+= protgroup_remainder;
in lpfc_bg_setup_bpl_prot()
1804
protgroup_offset
= 0;
in lpfc_bg_setup_bpl_prot()
1862
if (
protgroup_offset
) {
in lpfc_bg_setup_bpl_prot()
2113
unsigned int protgroup_len,
protgroup_offset
= 0, protgroup_remainder;
in lpfc_bg_setup_sgl_prot()
local
2242
protphysaddr = sg_dma_address(sgpe) +
protgroup_offset
;
in lpfc_bg_setup_sgl_prot()
2243
protgroup_len = sg_dma_len(sgpe) -
protgroup_offset
;
in lpfc_bg_setup_sgl_prot()
2262
protgroup_offset
in lpfc_bg_setup_sgl_prot()
[all...]
Completed in 9 milliseconds