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:driver_lstate
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
329
if (
driver_lstate
(ppd_from_ibp(ibp)) != IB_PORT_ACTIVE) {
in send_trap()
862
state =
driver_lstate
(ppd);
in __subn_get_opa_portinfo()
1196
u32 logical_old =
driver_lstate
(ppd);
in port_states_transition_allowed()
1405
ls_old =
driver_lstate
(ppd);
in __subn_set_opa_portinfo()
1970
lstate =
driver_lstate
(ppd);
in __subn_set_opa_sc_to_vlt()
2030
lstate =
driver_lstate
(ppd);
in __subn_set_opa_sc_to_vlnt()
2063
lstate =
driver_lstate
(ppd);
in __subn_get_opa_psi()
2107
ls_old =
driver_lstate
(ppd);
in __subn_set_opa_psi()
H
A
D
chip.h
819
u32
driver_lstate
(struct hfi1_pportdata *ppd);
H
A
D
verbs.c
1422
props->state =
driver_lstate
(ppd);
in query_port()
H
A
D
driver.c
1011
int hwstate =
driver_lstate
(packet->rcd->ppd);
in __set_armed_to_active()
H
A
D
rc.c
1417
if (
driver_lstate
(ppd) != IB_PORT_ACTIVE)
in hfi1_send_rc_ack()
H
A
D
chip.c
10640
*
driver_lstate
- convert the driver's notion of a port's
10644
u32
driver_lstate
(struct hfi1_pportdata *ppd)
in driver_lstate()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
287
if (
driver_lstate
(ppd_from_ibp(ibp)) != IB_PORT_ACTIVE) {
in send_trap()
820
state =
driver_lstate
(ppd);
in __subn_get_opa_portinfo()
1154
u32 logical_old =
driver_lstate
(ppd);
in port_states_transition_allowed()
1363
ls_old =
driver_lstate
(ppd);
in __subn_set_opa_portinfo()
1928
lstate =
driver_lstate
(ppd);
in __subn_set_opa_sc_to_vlt()
1988
lstate =
driver_lstate
(ppd);
in __subn_set_opa_sc_to_vlnt()
2021
lstate =
driver_lstate
(ppd);
in __subn_get_opa_psi()
2065
ls_old =
driver_lstate
(ppd);
in __subn_set_opa_psi()
H
A
D
chip.h
777
u32
driver_lstate
(struct hfi1_pportdata *ppd);
H
A
D
driver.c
964
int hwstate =
driver_lstate
(packet->rcd->ppd);
in __set_armed_to_active()
H
A
D
verbs.c
1380
props->state =
driver_lstate
(ppd);
in query_port()
H
A
D
rc.c
1375
if (
driver_lstate
(ppd) != IB_PORT_ACTIVE)
in hfi1_send_rc_ack()
H
A
D
chip.c
10601
*
driver_lstate
- convert the driver's notion of a port's
10605
u32
driver_lstate
(struct hfi1_pportdata *ppd)
in driver_lstate()
function
Completed in 82 milliseconds