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:WORKER_ELS_TMO
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc.h
438
#define
WORKER_ELS_TMO
0x2 /* vport: ELS timeout */
macro
H
A
D
lpfc_els.c
7929
* timer timeout event by setting the
WORKER_ELS_TMO
bit to the work port
7932
* lpfc_els_timeout_handler() to work on the posted event
WORKER_ELS_TMO
.
7943
tmo_posted = vport->work_port_events &
WORKER_ELS_TMO
;
in lpfc_els_timeout()
7945
vport->work_port_events |=
WORKER_ELS_TMO
;
in lpfc_els_timeout()
H
A
D
lpfc_hbadisc.c
691
if (work_port_events &
WORKER_ELS_TMO
)
in lpfc_work_done()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc.h
629
#define
WORKER_ELS_TMO
0x2 /* vport: ELS timeout */
macro
H
A
D
lpfc_els.c
9447
* timer timeout event by setting the
WORKER_ELS_TMO
bit to the work port
9450
* lpfc_els_timeout_handler() to work on the posted event
WORKER_ELS_TMO
.
9461
tmo_posted = vport->work_port_events &
WORKER_ELS_TMO
;
in lpfc_els_timeout()
9463
vport->work_port_events |=
WORKER_ELS_TMO
;
in lpfc_els_timeout()
H
A
D
lpfc_hbadisc.c
1019
if (work_port_events &
WORKER_ELS_TMO
)
in lpfc_work_done()
Completed in 49 milliseconds