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:HFI1_PRESENT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
exp_rcv.h
140
if ((dd->flags &
HFI1_PRESENT
) && dd->rcvarray_wc) {
in rcv_array_wc_fill()
H
A
D
pcie.c
215
dd->flags |=
HFI1_PRESENT
; /* chip.c CSR routines now work */
in hfi1_pcie_ddinit()
230
dd->flags &= ~
HFI1_PRESENT
;
in hfi1_pcie_ddcleanup()
579
dd->flags &= ~
HFI1_PRESENT
;
in pci_error_detected()
H
A
D
driver.c
185
if (!(dd->flags &
HFI1_PRESENT
) || !dd->kregbase1)
in hfi1_count_active_units()
1441
if (!dd->kregbase1 || !(dd->flags &
HFI1_PRESENT
)) {
in hfi1_reset_device()
H
A
D
file_ops.c
194
if (!((dd->flags &
HFI1_PRESENT
) && dd->kregbase1))
in hfi1_file_open()
H
A
D
hfi.h
2079
#define
HFI1_PRESENT
0x2 /* chip accesses can be done */
macro
H
A
D
init.c
1367
if (dd->flags &
HFI1_PRESENT
)
in hfi1_disable_after_error()
H
A
D
chip.c
1351
if (dd->flags &
HFI1_PRESENT
)
in read_csr()
1364
if (dd->flags &
HFI1_PRESENT
) {
in write_csr()
1386
if (dd->flags &
HFI1_PRESENT
)
in get_csr_addr()
9977
if (!(dd->flags &
HFI1_PRESENT
))
in hfi1_put_tid()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
exp_rcv.h
98
if ((dd->flags &
HFI1_PRESENT
) && dd->rcvarray_wc) {
in rcv_array_wc_fill()
H
A
D
pcie.c
164
dd->flags |=
HFI1_PRESENT
; /* chip.c CSR routines now work */
in hfi1_pcie_ddinit()
179
dd->flags &= ~
HFI1_PRESENT
;
in hfi1_pcie_ddcleanup()
528
dd->flags &= ~
HFI1_PRESENT
;
in pci_error_detected()
H
A
D
driver.c
138
if (!(dd->flags &
HFI1_PRESENT
) || !dd->kregbase1)
in hfi1_count_active_units()
1394
if (!dd->kregbase1 || !(dd->flags &
HFI1_PRESENT
)) {
in hfi1_reset_device()
H
A
D
hfi.h
2027
#define
HFI1_PRESENT
0x2 /* chip accesses can be done */
macro
H
A
D
init.c
1326
if (dd->flags &
HFI1_PRESENT
)
in hfi1_disable_after_error()
H
A
D
file_ops.c
153
if (!((dd->flags &
HFI1_PRESENT
) && dd->kregbase1))
in hfi1_file_open()
H
A
D
chip.c
1310
if (dd->flags &
HFI1_PRESENT
)
in read_csr()
1323
if (dd->flags &
HFI1_PRESENT
) {
in write_csr()
1345
if (dd->flags &
HFI1_PRESENT
)
in get_csr_addr()
9938
if (!(dd->flags &
HFI1_PRESENT
))
in hfi1_put_tid()
Completed in 67 milliseconds