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:QW_SHIFT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
150
#define
QW_SHIFT
6ull
macro
157
#define LRH_BTH_OFFSET(off) ((LRH_BTH_QW <<
QW_SHIFT
) | (off))
166
#define LRH_SC_OFFSET(off) ((LRH_SC_QW <<
QW_SHIFT
) | (off))
172
#define LRH_SC_SELECT_OFFSET ((LRH_SC_QW <<
QW_SHIFT
) | (60ull))
175
#define QPN_SELECT_OFFSET ((1ull <<
QW_SHIFT
) | (1ull))
183
#define BTH_DESTQP_OFFSET(off) ((BTH_DESTQP_QW <<
QW_SHIFT
) | (off))
192
#define DETH_AIP_SQPN_OFFSET(off) ((DETH_AIP_SQPN_QW <<
QW_SHIFT
) | (off))
200
#define L2_TYPE_OFFSET(off) ((L2_TYPE_QW <<
QW_SHIFT
) | (off))
208
#define L4_TYPE_OFFSET(off) ((L4_TYPE_QW <<
QW_SHIFT
) | (off))
214
#define L4_16B_HDR_VESWID_OFFSET ((2 <<
QW_SHIFT
) | (1
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
109
#define
QW_SHIFT
6ull
macro
116
#define LRH_BTH_OFFSET(off) ((LRH_BTH_QW <<
QW_SHIFT
) | (off))
125
#define LRH_SC_OFFSET(off) ((LRH_SC_QW <<
QW_SHIFT
) | (off))
131
#define LRH_SC_SELECT_OFFSET ((LRH_SC_QW <<
QW_SHIFT
) | (60ull))
134
#define QPN_SELECT_OFFSET ((1ull <<
QW_SHIFT
) | (1ull))
142
#define BTH_DESTQP_OFFSET(off) ((BTH_DESTQP_QW <<
QW_SHIFT
) | (off))
151
#define DETH_AIP_SQPN_OFFSET(off) ((DETH_AIP_SQPN_QW <<
QW_SHIFT
) | (off))
159
#define L2_TYPE_OFFSET(off) ((L2_TYPE_QW <<
QW_SHIFT
) | (off))
167
#define L4_TYPE_OFFSET(off) ((L4_TYPE_QW <<
QW_SHIFT
) | (off))
173
#define L4_16B_HDR_VESWID_OFFSET ((2 <<
QW_SHIFT
) | (1
[all...]
Completed in 20 milliseconds