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:pring_s4
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
4736
struct lpfc_sli_ring *
pring_s4
= NULL;
in lpfc_abort_handler()
local
4772
pring_s4
= phba->sli4_hba.hdwq[iocb->hba_wqidx].io_wq->pring;
in lpfc_abort_handler()
4773
if (!
pring_s4
) {
in lpfc_abort_handler()
4777
spin_lock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
4807
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
4856
ret_val = __lpfc_sli_issue_iocb(phba,
pring_s4
->ringno,
in lpfc_abort_handler()
4858
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
4908
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
H
A
D
lpfc_sli.c
11738
struct lpfc_sli_ring *
pring_s4
;
in lpfc_sli_abort_iocb()
local
11797
pring_s4
= lpfc_sli4_calc_ring(phba, iocbq);
in lpfc_sli_abort_iocb()
11798
if (!
pring_s4
)
in lpfc_sli_abort_iocb()
11800
ret_val = lpfc_sli_issue_iocb(phba,
pring_s4
->ringno,
in lpfc_sli_abort_iocb()
11849
struct lpfc_sli_ring *
pring_s4
= NULL;
in lpfc_sli_abort_taskmgmt()
local
11877
pring_s4
=
in lpfc_sli_abort_taskmgmt()
11879
if (!
pring_s4
) {
in lpfc_sli_abort_taskmgmt()
11884
spin_lock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
11894
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
11903
spin_unlock(&
pring_s4
in lpfc_sli_abort_taskmgmt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
5517
struct lpfc_sli_ring *
pring_s4
= NULL;
in lpfc_abort_handler()
local
5554
pring_s4
= phba->sli4_hba.hdwq[iocb->hba_wqidx].io_wq->pring;
in lpfc_abort_handler()
5555
if (!
pring_s4
) {
in lpfc_abort_handler()
5559
spin_lock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
5589
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
5597
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
5652
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_abort_handler()
H
A
D
lpfc_sli.c
12840
struct lpfc_sli_ring *
pring_s4
= NULL;
in lpfc_sli_abort_taskmgmt()
local
12873
pring_s4
=
in lpfc_sli_abort_taskmgmt()
12875
if (!
pring_s4
) {
in lpfc_sli_abort_taskmgmt()
12880
spin_lock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
12890
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
12899
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
12950
ret_val = __lpfc_sli_issue_iocb(phba,
pring_s4
->ringno,
in lpfc_sli_abort_taskmgmt()
12952
spin_unlock(&
pring_s4
->ring_lock);
in lpfc_sli_abort_taskmgmt()
Completed in 53 milliseconds