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:cq_pbl
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_verbs.h
62
struct i40iw_hmc_pble
cq_pbl
;
member
H
A
D
i40iw_verbs.c
1139
info.first_pm_pbl_idx = cqmr->
cq_pbl
.idx;
in i40iw_create_cq()
1141
info.cq_base_pa = cqmr->
cq_pbl
.addr;
in i40iw_create_cq()
1469
hmc_p = &cqmr->
cq_pbl
;
in i40iw_handle_q_mem()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.h
63
struct irdma_hmc_pble
cq_pbl
;
member
H
A
D
verbs.c
1952
info.first_pm_pbl_idx = cqmr_buf->
cq_pbl
.idx;
in irdma_resize_cq()
1954
info.cq_pa = cqmr_buf->
cq_pbl
.addr;
in irdma_resize_cq()
2136
info.shadow_area_pa = cqmr_shadow->
cq_pbl
.addr;
in irdma_create_cq()
2144
info.first_pm_pbl_idx = cqmr->
cq_pbl
.idx;
in irdma_create_cq()
2146
info.cq_base_pa = cqmr->
cq_pbl
.addr;
in irdma_create_cq()
2505
hmc_p = &cqmr->
cq_pbl
;
in irdma_handle_q_mem()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi.h
161
void *
cq_pbl
;
member
H
A
D
qedi_main.c
1528
if (gl[i]->
cq_pbl
)
in qedi_free_global_queues()
1530
gl[i]->
cq_pbl
, gl[i]->cq_pbl_dma);
in qedi_free_global_queues()
1707
qedi->global_queues[i]->
cq_pbl
= dma_alloc_coherent(&qedi->pdev->dev,
in qedi_alloc_global_queues()
1712
if (!qedi->global_queues[i]->
cq_pbl
) {
in qedi_alloc_global_queues()
1723
pbl = (u32 *)qedi->global_queues[i]->
cq_pbl
;
in qedi_alloc_global_queues()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi.h
161
void *
cq_pbl
;
member
H
A
D
qedi_main.c
1527
if (gl[i]->
cq_pbl
)
in qedi_free_global_queues()
1529
gl[i]->
cq_pbl
, gl[i]->cq_pbl_dma);
in qedi_free_global_queues()
1703
qedi->global_queues[i]->
cq_pbl
= dma_alloc_coherent(&qedi->pdev->dev,
in qedi_alloc_global_queues()
1708
if (!qedi->global_queues[i]->
cq_pbl
) {
in qedi_alloc_global_queues()
1719
pbl = (u32 *)qedi->global_queues[i]->
cq_pbl
;
in qedi_alloc_global_queues()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf.h
271
void *
cq_pbl
;
member
H
A
D
qedf_main.c
2941
if (gl[i]->
cq_pbl
)
in qedf_free_global_queues()
2943
gl[i]->
cq_pbl
, gl[i]->cq_pbl_dma);
in qedf_free_global_queues()
3106
qedf->global_queues[i]->
cq_pbl
=
in qedf_alloc_global_queues()
3112
if (!qedf->global_queues[i]->
cq_pbl
) {
in qedf_alloc_global_queues()
3122
pbl = (u32 *)qedf->global_queues[i]->
cq_pbl
;
in qedf_alloc_global_queues()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf.h
276
void *
cq_pbl
;
member
H
A
D
qedf_main.c
2943
if (gl[i]->
cq_pbl
)
in qedf_free_global_queues()
2945
gl[i]->
cq_pbl
, gl[i]->cq_pbl_dma);
in qedf_free_global_queues()
3105
qedf->global_queues[i]->
cq_pbl
=
in qedf_alloc_global_queues()
3111
if (!qedf->global_queues[i]->
cq_pbl
) {
in qedf_alloc_global_queues()
3121
pbl = (u32 *)qedf->global_queues[i]->
cq_pbl
;
in qedf_alloc_global_queues()
Completed in 29 milliseconds