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:rqb_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_mem.c
706
struct rqb_dmabuf *
rqb_entry
;
in lpfc_rq_buf_free()
local
713
rqb_entry
= container_of(mp, struct rqb_dmabuf, hbuf);
in lpfc_rq_buf_free()
714
rqbp =
rqb_entry
->hrq->rqbp;
in lpfc_rq_buf_free()
717
list_del(&
rqb_entry
->hbuf.list);
in lpfc_rq_buf_free()
718
hrqe.address_lo = putPaddrLow(
rqb_entry
->hbuf.phys);
in lpfc_rq_buf_free()
719
hrqe.address_hi = putPaddrHigh(
rqb_entry
->hbuf.phys);
in lpfc_rq_buf_free()
720
drqe.address_lo = putPaddrLow(
rqb_entry
->dbuf.phys);
in lpfc_rq_buf_free()
721
drqe.address_hi = putPaddrHigh(
rqb_entry
->dbuf.phys);
in lpfc_rq_buf_free()
722
rc = lpfc_sli4_rq_put(
rqb_entry
->hrq,
rqb_entry
in lpfc_rq_buf_free()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_mem.c
722
struct rqb_dmabuf *
rqb_entry
;
in lpfc_rq_buf_free()
local
729
rqb_entry
= container_of(mp, struct rqb_dmabuf, hbuf);
in lpfc_rq_buf_free()
730
rqbp =
rqb_entry
->hrq->rqbp;
in lpfc_rq_buf_free()
733
list_del(&
rqb_entry
->hbuf.list);
in lpfc_rq_buf_free()
734
hrqe.address_lo = putPaddrLow(
rqb_entry
->hbuf.phys);
in lpfc_rq_buf_free()
735
hrqe.address_hi = putPaddrHigh(
rqb_entry
->hbuf.phys);
in lpfc_rq_buf_free()
736
drqe.address_lo = putPaddrLow(
rqb_entry
->dbuf.phys);
in lpfc_rq_buf_free()
737
drqe.address_hi = putPaddrHigh(
rqb_entry
->dbuf.phys);
in lpfc_rq_buf_free()
738
rc = lpfc_sli4_rq_put(
rqb_entry
->hrq,
rqb_entry
in lpfc_rq_buf_free()
[all...]
Completed in 3 milliseconds