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_INIT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
631
#define
HLS_UP_INIT
BIT(__HLS_UP_INIT_BP)
macro
643
#define HLS_UP (
HLS_UP_INIT
| HLS_UP_ARMED | HLS_UP_ACTIVE)
H
A
D
chip.c
6723
if (ppd->host_link_state & (
HLS_UP_INIT
| HLS_UP_ARMED))
in handle_sma_message()
7012
set_link_state(ppd,
HLS_UP_INIT
);
in handle_link_up()
10586
if (state ==
HLS_UP_INIT
) {
in link_state_reason_name()
10613
case
HLS_UP_INIT
:
in driver_pstate()
10650
case
HLS_UP_INIT
:
in driver_lstate()
10746
case
HLS_UP_INIT
:
in set_link_state()
10800
ppd->host_link_state =
HLS_UP_INIT
;
in set_link_state()
10804
if (ppd->host_link_state !=
HLS_UP_INIT
)
in set_link_state()
H
A
D
driver.c
1297
if (ppd->host_link_state ==
HLS_UP_INIT
||
in set_mtu()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
hfi.h
590
#define
HLS_UP_INIT
BIT(__HLS_UP_INIT_BP)
macro
602
#define HLS_UP (
HLS_UP_INIT
| HLS_UP_ARMED | HLS_UP_ACTIVE)
H
A
D
chip.c
6684
if (ppd->host_link_state & (
HLS_UP_INIT
| HLS_UP_ARMED))
in handle_sma_message()
6973
set_link_state(ppd,
HLS_UP_INIT
);
in handle_link_up()
10547
if (state ==
HLS_UP_INIT
) {
in link_state_reason_name()
10574
case
HLS_UP_INIT
:
in driver_pstate()
10611
case
HLS_UP_INIT
:
in driver_lstate()
10707
case
HLS_UP_INIT
:
in set_link_state()
10761
ppd->host_link_state =
HLS_UP_INIT
;
in set_link_state()
10765
if (ppd->host_link_state !=
HLS_UP_INIT
)
in set_link_state()
H
A
D
driver.c
1250
if (ppd->host_link_state ==
HLS_UP_INIT
||
in set_mtu()
Completed in 52 milliseconds