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:fpm_adr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_hmc.h
181
u64
fpm_adr
, fpm_limit; \
182
fpm_adr
= (hmc_info)->hmc_obj[(type)].base + \
184
fpm_limit =
fpm_adr
+ (hmc_info)->hmc_obj[(type)].size * (cnt); \
185
*(pd_index) = (u32)(
fpm_adr
/ I40E_HMC_PAGED_BP_SIZE); \
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_hmc.h
181
u64
fpm_adr
, fpm_limit; \
182
fpm_adr
= (hmc_info)->hmc_obj[(type)].base + \
184
fpm_limit =
fpm_adr
+ (hmc_info)->hmc_obj[(type)].size * (cnt); \
185
*(pd_index) = (u32)(
fpm_adr
/ I40E_HMC_PAGED_BP_SIZE); \
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_hmc.c
95
u64
fpm_adr
, fpm_limit;
in i40iw_find_pd_index_limit()
local
97
fpm_adr
= hmc_info->hmc_obj[type].base +
in i40iw_find_pd_index_limit()
99
fpm_limit =
fpm_adr
+ (hmc_info)->hmc_obj[(type)].size * (cnt);
in i40iw_find_pd_index_limit()
100
*(pd_idx) = (u32)(
fpm_adr
/ I40IW_HMC_PAGED_BP_SIZE);
in i40iw_find_pd_index_limit()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
hmc.c
53
u64
fpm_adr
, fpm_limit;
in irdma_find_pd_index_limit()
local
55
fpm_adr
= hmc_info->hmc_obj[type].base +
in irdma_find_pd_index_limit()
57
fpm_limit =
fpm_adr
+ (hmc_info)->hmc_obj[(type)].size * (cnt);
in irdma_find_pd_index_limit()
58
*pd_idx = (u32)(
fpm_adr
/ IRDMA_HMC_PAGED_BP_SIZE);
in irdma_find_pd_index_limit()
Completed in 4 milliseconds