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:rq_pbl
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
712
tgt->
rq_pbl
= dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size,
in bnx2fc_alloc_session_resc()
714
if (!tgt->
rq_pbl
) {
in bnx2fc_alloc_session_resc()
722
pbl = (u32 *)tgt->
rq_pbl
;
in bnx2fc_alloc_session_resc()
870
if (tgt->
rq_pbl
) {
in bnx2fc_free_session_resc()
872
tgt->
rq_pbl
, tgt->rq_pbl_dma);
in bnx2fc_free_session_resc()
873
tgt->
rq_pbl
= NULL;
in bnx2fc_free_session_resc()
H
A
D
bnx2fc.h
340
void *
rq_pbl
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
712
tgt->
rq_pbl
= dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size,
in bnx2fc_alloc_session_resc()
714
if (!tgt->
rq_pbl
) {
in bnx2fc_alloc_session_resc()
722
pbl = (u32 *)tgt->
rq_pbl
;
in bnx2fc_alloc_session_resc()
870
if (tgt->
rq_pbl
) {
in bnx2fc_free_session_resc()
872
tgt->
rq_pbl
, tgt->rq_pbl_dma);
in bnx2fc_free_session_resc()
873
tgt->
rq_pbl
= NULL;
in bnx2fc_free_session_resc()
H
A
D
bnx2fc.h
337
void *
rq_pbl
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_verbs.h
68
struct i40iw_hmc_pble
rq_pbl
;
member
H
A
D
i40iw_verbs.c
430
init_info->rq_pa = qpmr->
rq_pbl
.idx;
in i40iw_setup_virt_qp()
433
init_info->rq_pa = qpmr->
rq_pbl
.addr;
in i40iw_setup_virt_qp()
1461
hmc_p = &qpmr->
rq_pbl
;
in i40iw_handle_q_mem()
1465
hmc_p = &qpmr->
rq_pbl
;
in i40iw_handle_q_mem()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.h
70
struct irdma_hmc_pble
rq_pbl
;
member
H
A
D
verbs.c
567
init_info->rq_pa = qpmr->
rq_pbl
.idx;
in irdma_setup_virt_qp()
570
init_info->rq_pa = qpmr->
rq_pbl
.addr;
in irdma_setup_virt_qp()
2496
hmc_p = &qpmr->
rq_pbl
;
in irdma_handle_q_mem()
2500
hmc_p = &qpmr->
rq_pbl
;
in irdma_handle_q_mem()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
roce_hsi.h
1182
__le64
rq_pbl
;
member
1758
__le64
rq_pbl
;
member
H
A
D
qplib_fp.c
884
req.
rq_pbl
= cpu_to_le64(pbl->pg_map_arr[0]);
in bnxt_qplib_create_qp1()
1041
req.
rq_pbl
= cpu_to_le64(pbl->pg_map_arr[0]);
in bnxt_qplib_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.c
902
req.
rq_pbl
= cpu_to_le64(pbl->pg_map_arr[0]);
in bnxt_qplib_create_qp1()
1060
req.
rq_pbl
= cpu_to_le64(pbl->pg_map_arr[0]);
in bnxt_qplib_create_qp()
H
A
D
roce_hsi.h
492
__le64
rq_pbl
;
member
1746
__le64
rq_pbl
;
member
Completed in 49 milliseconds