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:bdeBuf1
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
349
struct lpfc_dmabuf *
bdeBuf1
= ctiocbq->cmd_dmabuf;
in lpfc_ct_unsol_event()
local
384
ctiocbq->cmd_dmabuf =
bdeBuf1
;
in lpfc_ct_unsol_event()
409
bdeBuf1
= iocb->cmd_dmabuf;
in lpfc_ct_unsol_event()
415
lpfc_ct_unsol_buffer(phba, ctiocbq,
bdeBuf1
, size);
in lpfc_ct_unsol_event()
416
lpfc_in_buf_free(phba,
bdeBuf1
);
in lpfc_ct_unsol_event()
H
A
D
lpfc_bsg.c
903
struct lpfc_dmabuf *
bdeBuf1
= piocbq->cmd_dmabuf;
in lpfc_bsg_ct_unsol_event()
local
916
ct_req = (struct lpfc_sli_ct_request *)
bdeBuf1
->virt;
in lpfc_bsg_ct_unsol_event()
971
bdeBuf1
= iocbq->cmd_dmabuf;
in lpfc_bsg_ct_unsol_event()
983
dmabuf =
bdeBuf1
;
in lpfc_bsg_ct_unsol_event()
H
A
D
lpfc_els.c
10824
struct lpfc_dmabuf *
bdeBuf1
= elsiocb->cmd_dmabuf;
in lpfc_els_unsol_event()
local
10874
elsiocb->cmd_dmabuf =
bdeBuf1
;
in lpfc_els_unsol_event()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
929
struct lpfc_dmabuf *
bdeBuf1
= piocbq->context2;
in lpfc_bsg_ct_unsol_event()
local
951
dmabuf =
bdeBuf1
;
in lpfc_bsg_ct_unsol_event()
1011
bdeBuf1
= iocbq->context2;
in lpfc_bsg_ct_unsol_event()
1021
dmabuf =
bdeBuf1
;
in lpfc_bsg_ct_unsol_event()
H
A
D
lpfc_els.c
8929
struct lpfc_dmabuf *
bdeBuf1
= elsiocb->context2;
in lpfc_els_unsol_event()
local
8968
elsiocb->context2 =
bdeBuf1
;
in lpfc_els_unsol_event()
Completed in 39 milliseconds