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:feat_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
vas.h
263
__be64
feat_type
;
member
268
u64
feat_type
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vas-sysfs.c
256
if ((vas_caps->
feat_type
& VAS_GZIP_QOS_FEAT_BIT) ||
in sysfs_pseries_vas_init()
257
(vas_caps->
feat_type
& VAS_GZIP_DEF_FEAT_BIT)) {
in sysfs_pseries_vas_init()
H
A
D
vas.c
1082
caps_all.
feat_type
= be64_to_cpu(hv_caps->
feat_type
);
in pseries_vas_init()
1089
if (caps_all.
feat_type
& VAS_GZIP_QOS_FEAT_BIT) {
in pseries_vas_init()
1099
if (caps_all.
feat_type
& VAS_GZIP_DEF_FEAT_BIT)
in pseries_vas_init()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-common-pseries.c
1160
caps_feat = be64_to_cpu(hv_caps->
feat_type
);
in nxcop_get_capabilities()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_ctrl.c
1076
u16 byte_idx,
feat_type
, feat_cnt;
in i40iw_get_rdma_features()
local
1102
for (byte_idx = 0,
feat_type
= 0;
feat_type
< I40IW_MAX_FEATURES;
in i40iw_get_rdma_features()
1103
feat_type
++, byte_idx += 8) {
in i40iw_get_rdma_features()
1105
dev->feature_info[
feat_type
] = RS_64(temp, I40IW_FEATURE_INFO);
in i40iw_get_rdma_features()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
ctrl.c
4671
u16 byte_idx,
feat_type
, feat_cnt, feat_idx;
in irdma_get_rdma_features()
local
4725
feat_type
= FIELD_GET(IRDMA_FEATURE_TYPE, temp);
in irdma_get_rdma_features()
4726
if (
feat_type
>= IRDMA_MAX_FEATURES) {
in irdma_get_rdma_features()
4729
feat_type
);
in irdma_get_rdma_features()
local
4732
dev->feature_info[
feat_type
] = temp;
in irdma_get_rdma_features()
Completed in 16 milliseconds