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:pwqe
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
19324
union lpfc_wqe128 *
pwqe
;
in lpfc_sli4_handle_mds_loopback()
local
19365
pwqe
= &iocbq->wqe;
in lpfc_sli4_handle_mds_loopback()
19367
pwqe
->gen_req.bde.addrHigh = putPaddrHigh(pcmd->phys);
in lpfc_sli4_handle_mds_loopback()
19368
pwqe
->gen_req.bde.addrLow = putPaddrLow(pcmd->phys);
in lpfc_sli4_handle_mds_loopback()
19369
pwqe
->gen_req.bde.tus.f.bdeSize = frame_len;
in lpfc_sli4_handle_mds_loopback()
19370
pwqe
->gen_req.bde.tus.f.bdeFlags = BUFF_TYPE_BDE_64;
in lpfc_sli4_handle_mds_loopback()
19372
pwqe
->send_frame.frame_len = frame_len;
in lpfc_sli4_handle_mds_loopback()
19373
pwqe
->send_frame.fc_hdr_wd0 = be32_to_cpu(*((__be32 *)fc_hdr));
in lpfc_sli4_handle_mds_loopback()
19374
pwqe
->send_frame.fc_hdr_wd1 = be32_to_cpu(*((__be32 *)fc_hdr + 1));
in lpfc_sli4_handle_mds_loopback()
19375
pwqe
in lpfc_sli4_handle_mds_loopback()
21317
lpfc_sli4_issue_wqe(struct lpfc_hba *phba, struct lpfc_sli4_hdw_queue *qp, struct lpfc_iocbq *
pwqe
)
lpfc_sli4_issue_wqe()
argument
[all...]
H
A
D
lpfc_crtn.h
363
struct lpfc_iocbq *
pwqe
);
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_crtn.h
323
struct lpfc_iocbq *
pwqe
);
H
A
D
lpfc_sli.c
20237
* @
pwqe
: Pointer to command WQE.
20241
struct lpfc_iocbq *
pwqe
)
in lpfc_sli4_issue_wqe()
20243
union lpfc_wqe128 *wqe = &
pwqe
->wqe;
in lpfc_sli4_issue_wqe()
20252
if (
pwqe
->iocb_flag & LPFC_IO_NVME_LS) {
in lpfc_sli4_issue_wqe()
20256
sglq = __lpfc_sli_get_els_sglq(phba,
pwqe
);
in lpfc_sli4_issue_wqe()
20261
pwqe
->sli4_lxritag = sglq->sli4_lxritag;
in lpfc_sli4_issue_wqe()
20262
pwqe
->sli4_xritag = sglq->sli4_xritag;
in lpfc_sli4_issue_wqe()
20263
if (lpfc_wqe_bpl2sgl(phba,
pwqe
, sglq) == NO_XRI) {
in lpfc_sli4_issue_wqe()
20267
bf_set(wqe_xri_tag, &
pwqe
->wqe.xmit_bls_rsp.wqe_com,
in lpfc_sli4_issue_wqe()
20268
pwqe
in lpfc_sli4_issue_wqe()
20240
lpfc_sli4_issue_wqe(struct lpfc_hba *phba, struct lpfc_sli4_hdw_queue *qp, struct lpfc_iocbq *
pwqe
)
lpfc_sli4_issue_wqe()
argument
[all...]
Completed in 47 milliseconds