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:QIBL_LINKV
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_intr.c
126
ppd->lflags |= QIBL_LINKARMED |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
130
ppd->lflags |= QIBL_LINKINIT |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
146
ppd->lflags |= QIBL_LINKACTIVE |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
160
ppd->lflags |= QIBL_LINKDOWN |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
H
A
D
qib_driver.c
239
* clear
QIBL_LINKV
so we can wait for a transition.
in qib_set_linkstate()
244
ppd->lflags &= ~
QIBL_LINKV
;
in qib_set_linkstate()
248
lstate =
QIBL_LINKV
;
in qib_set_linkstate()
H
A
D
qib_init.c
647
QIBL_LINKV
);
in qib_init()
842
QIBL_LINKV
);
in qib_shutdown_device()
H
A
D
qib.h
1236
#define
QIBL_LINKV
0x1 /* IB link state valid */
macro
H
A
D
qib_mad.c
846
ppd->lflags &= ~
QIBL_LINKV
;
in subn_set_portinfo()
857
qib_wait_linkstate(ppd,
QIBL_LINKV
, 10);
in subn_set_portinfo()
H
A
D
qib_iba7322.c
5956
ppd->lflags &= ~
QIBL_LINKV
;
in qsfp_7322_event()
6001
(ppd->lflags & (
QIBL_LINKV
| QIBL_IB_LINK_DISABLED))) {
in qsfp_7322_event()
6006
ppd->lflags |=
QIBL_LINKV
;
in qsfp_7322_event()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_intr.c
126
ppd->lflags |= QIBL_LINKARMED |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
130
ppd->lflags |= QIBL_LINKINIT |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
146
ppd->lflags |= QIBL_LINKACTIVE |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
160
ppd->lflags |= QIBL_LINKDOWN |
QIBL_LINKV
;
in qib_handle_e_ibstatuschanged()
H
A
D
qib_driver.c
240
* clear
QIBL_LINKV
so we can wait for a transition.
in qib_set_linkstate()
245
ppd->lflags &= ~
QIBL_LINKV
;
in qib_set_linkstate()
249
lstate =
QIBL_LINKV
;
in qib_set_linkstate()
H
A
D
qib_init.c
647
QIBL_LINKV
);
in qib_init()
842
QIBL_LINKV
);
in qib_shutdown_device()
H
A
D
qib.h
1232
#define
QIBL_LINKV
0x1 /* IB link state valid */
macro
H
A
D
qib_mad.c
846
ppd->lflags &= ~
QIBL_LINKV
;
in subn_set_portinfo()
857
qib_wait_linkstate(ppd,
QIBL_LINKV
, 10);
in subn_set_portinfo()
H
A
D
qib_iba7322.c
5934
ppd->lflags &= ~
QIBL_LINKV
;
in qsfp_7322_event()
5979
(ppd->lflags & (
QIBL_LINKV
| QIBL_IB_LINK_DISABLED))) {
in qsfp_7322_event()
5984
ppd->lflags |=
QIBL_LINKV
;
in qsfp_7322_event()
Completed in 42 milliseconds