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:nembed_sge
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
1688
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_sli4_mbx_sge_set()
local
1690
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_sli4_mbx_sge_set()
1692
nembed_sge
->sge[sgentry].pa_lo = putPaddrLow(phyaddr);
in lpfc_sli4_mbx_sge_set()
1693
nembed_sge
->sge[sgentry].pa_hi = putPaddrHigh(phyaddr);
in lpfc_sli4_mbx_sge_set()
1694
nembed_sge
->sge[sgentry].length = length;
in lpfc_sli4_mbx_sge_set()
1710
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_sli4_mbx_sge_get()
local
1712
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_sli4_mbx_sge_get()
1714
sge->pa_lo =
nembed_sge
->sge[sgentry].pa_lo;
in lpfc_sli4_mbx_sge_get()
1715
sge->pa_hi =
nembed_sge
->sge[sgentry].pa_hi;
in lpfc_sli4_mbx_sge_get()
1716
sge->length =
nembed_sge
in lpfc_sli4_mbx_sge_get()
[all...]
H
A
D
lpfc_bsg.c
4736
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_bsg_issue_mbox()
local
4934
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_bsg_issue_mbox()
4936
receive_length =
nembed_sge
->sge[0].length;
in lpfc_bsg_issue_mbox()
4948
nembed_sge
->sge[0].pa_hi =
in lpfc_bsg_issue_mbox()
4951
nembed_sge
->sge[0].pa_lo =
in lpfc_bsg_issue_mbox()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_mbox.c
1747
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_sli4_mbx_sge_set()
local
1749
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_sli4_mbx_sge_set()
1751
nembed_sge
->sge[sgentry].pa_lo = putPaddrLow(phyaddr);
in lpfc_sli4_mbx_sge_set()
1752
nembed_sge
->sge[sgentry].pa_hi = putPaddrHigh(phyaddr);
in lpfc_sli4_mbx_sge_set()
1753
nembed_sge
->sge[sgentry].length = length;
in lpfc_sli4_mbx_sge_set()
1769
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_sli4_mbx_sge_get()
local
1771
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_sli4_mbx_sge_get()
1773
sge->pa_lo =
nembed_sge
->sge[sgentry].pa_lo;
in lpfc_sli4_mbx_sge_get()
1774
sge->pa_hi =
nembed_sge
->sge[sgentry].pa_hi;
in lpfc_sli4_mbx_sge_get()
1775
sge->length =
nembed_sge
in lpfc_sli4_mbx_sge_get()
[all...]
H
A
D
lpfc_bsg.c
4650
struct lpfc_mbx_nembed_cmd *
nembed_sge
;
in lpfc_bsg_issue_mbox()
local
4848
nembed_sge
= (struct lpfc_mbx_nembed_cmd *)
in lpfc_bsg_issue_mbox()
4850
receive_length =
nembed_sge
->sge[0].length;
in lpfc_bsg_issue_mbox()
4862
nembed_sge
->sge[0].pa_hi =
in lpfc_bsg_issue_mbox()
4865
nembed_sge
->sge[0].pa_lo =
in lpfc_bsg_issue_mbox()
Completed in 17 milliseconds