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:HLS_UP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
643
#define
HLS_UP
(HLS_UP_INIT | HLS_UP_ARMED | HLS_UP_ACTIVE)
macro
644
#define HLS_DOWN ~(
HLS_UP
)
H
A
D
chip.c
7150
was_up = !!(ppd->host_link_state &
HLS_UP
);
in handle_link_down()
7231
if (ppd->host_link_state &
HLS_UP
) {
in handle_link_bounce()
8687
if (ppd->host_link_state &
HLS_UP
)
in read_lcb_csr()
8736
if (ppd->host_link_state &
HLS_UP
)
in write_lcb_csr()
9097
if (dd->pport->host_link_state &
HLS_UP
) {
in hfi1_read_link_quality()
10540
if (previous_state &
HLS_UP
) {
in goto_offline()
10649
switch (ppd->host_link_state &
HLS_UP
) {
in driver_lstate()
11165
if (ppd->host_link_state &
HLS_UP
)
in set_vl_weights()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
602
#define
HLS_UP
(HLS_UP_INIT | HLS_UP_ARMED | HLS_UP_ACTIVE)
macro
603
#define HLS_DOWN ~(
HLS_UP
)
H
A
D
chip.c
7111
was_up = !!(ppd->host_link_state &
HLS_UP
);
in handle_link_down()
7192
if (ppd->host_link_state &
HLS_UP
) {
in handle_link_bounce()
8648
if (ppd->host_link_state &
HLS_UP
)
in read_lcb_csr()
8697
if (ppd->host_link_state &
HLS_UP
)
in write_lcb_csr()
9058
if (dd->pport->host_link_state &
HLS_UP
) {
in hfi1_read_link_quality()
10501
if (previous_state &
HLS_UP
) {
in goto_offline()
10610
switch (ppd->host_link_state &
HLS_UP
) {
in driver_lstate()
11126
if (ppd->host_link_state &
HLS_UP
)
in set_vl_weights()
Completed in 49 milliseconds