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:pd_page_addr
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_hmc.c
70
sd_entry->u.pd_table.
pd_page_addr
= mem;
in i40e_add_sd_table_entry()
158
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40e_add_pd_table_entry()
223
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40e_remove_pd_bp()
333
return i40e_free_dma_mem(hw, &sd_entry->u.pd_table.
pd_page_addr
);
in i40e_remove_pd_page_new()
H
A
D
i40e_hmc.h
46
struct i40e_dma_mem
pd_page_addr
; /* populate to be used by hw */
member
H
A
D
i40e_lan_hmc.c
388
sd_entry->u.pd_table.
pd_page_addr
.pa,
in i40e_create_lan_hmc_object()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_hmc.c
69
sd_entry->u.pd_table.
pd_page_addr
= mem;
in i40e_add_sd_table_entry()
157
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40e_add_pd_table_entry()
222
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40e_remove_pd_bp()
332
return i40e_free_dma_mem(hw, &sd_entry->u.pd_table.
pd_page_addr
);
in i40e_remove_pd_page_new()
H
A
D
i40e_hmc.h
46
struct i40e_dma_mem
pd_page_addr
; /* populate to be used by hw */
member
H
A
D
i40e_lan_hmc.c
388
sd_entry->u.pd_table.
pd_page_addr
.pa,
in i40e_create_lan_hmc_object()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
hmc.c
163
sd_entry->u.pd_table.
pd_page_addr
.pa :
in irdma_hmc_sd_grp()
344
&sd_entry->u.pd_table.
pd_page_addr
:
in irdma_finish_del_sd_reg()
508
memcpy(&sd_entry->u.pd_table.
pd_page_addr
, &dma_mem,
in irdma_add_sd_table_entry()
509
sizeof(sd_entry->u.pd_table.
pd_page_addr
));
in irdma_add_sd_table_entry()
586
pd_addr = pd_table->
pd_page_addr
.va;
in irdma_add_pd_table_entry()
640
pd_addr = pd_table->
pd_page_addr
.va;
in irdma_remove_pd_bp()
H
A
D
hmc.h
73
struct irdma_dma_mem
pd_page_addr
;
member
H
A
D
pble.c
280
sd_entry->u.pd_table.
pd_page_addr
.pa :
in add_pble_prm()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_hmc.c
197
sd_entry->u.pd_table.
pd_page_addr
.pa :
in i40iw_hmc_sd_grp()
425
&sd_entry->u.pd_table.
pd_page_addr
:
in i40iw_finish_del_sd_reg()
578
memcpy(&sd_entry->u.pd_table.
pd_page_addr
, &mem, sizeof(struct i40iw_dma_mem));
in i40iw_add_sd_table_entry()
657
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40iw_add_pd_table_entry()
721
pd_addr = (u64 *)pd_table->
pd_page_addr
.va;
in i40iw_remove_pd_bp()
H
A
D
i40iw_hmc.h
116
struct i40iw_dma_mem
pd_page_addr
;
member
H
A
D
i40iw_pble.c
303
vf_pble_info.pd_pl_pba = sd_entry->u.pd_table.
pd_page_addr
.pa;
in add_bp_pages()
396
sd_entry->u.pd_table.
pd_page_addr
.pa : sd_entry->u.bp.addr.pa;
in add_pble_pool()
Completed in 13 milliseconds