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:sd_entry_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
pble.c
194
enum irdma_sd_entry_type
sd_entry_type
;
in irdma_get_type()
local
196
sd_entry_type
= !idx->rel_pd_idx && pages == IRDMA_HMC_PD_CNT_IN_SD ?
in irdma_get_type()
198
return
sd_entry_type
;
in irdma_get_type()
214
enum irdma_sd_entry_type
sd_entry_type
;
in add_pble_prm()
local
245
sd_entry_type
= irdma_get_type(dev, idx, pages);
in add_pble_prm()
247
sd_entry_type
= sd_entry->entry_type;
in add_pble_prm()
253
ibdev_dbg(to_ibdev(dev), "PBLE:
sd_entry_type
= %d\n",
sd_entry_type
);
in add_pble_prm()
local
254
if (
sd_entry_type
== IRDMA_SD_TYPE_DIRECT)
in add_pble_prm()
258
sd_entry_type
in add_pble_prm()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_pble.c
333
enum i40iw_sd_entry_type
sd_entry_type
;
in add_pble_pool()
local
358
sd_entry_type
= (!idx->rel_pd_idx &&
in add_pble_pool()
362
sd_entry_type
= sd_entry->entry_type;
in add_pble_pool()
367
i40iw_debug(dev, I40IW_DEBUG_PBLE, "
sd_entry_type
= %d sd_entry valid = %d\n",
in add_pble_pool()
368
sd_entry_type
, sd_entry->valid);
in add_pble_pool()
370
if (
sd_entry_type
== I40IW_SD_TYPE_DIRECT)
in add_pble_pool()
373
sd_entry_type
= I40IW_SD_TYPE_PAGED;
in add_pble_pool()
377
if (
sd_entry_type
== I40IW_SD_TYPE_PAGED) {
in add_pble_pool()
395
sd_reg_val = (
sd_entry_type
== I40IW_SD_TYPE_PAGED) ?
in add_pble_pool()
Completed in 3 milliseconds