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:portRspMax
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
3391
* rsp ring <
portRspMax
>
in lpfc_sli_rsp_pointers_error()
3488
uint32_t portRspPut,
portRspMax
;
in lpfc_sli_handle_fast_ring_event()
local
3501
portRspMax
= pring->sli.sli3.numRiocb;
in lpfc_sli_handle_fast_ring_event()
3503
if (unlikely(portRspPut >=
portRspMax
)) {
in lpfc_sli_handle_fast_ring_event()
3524
if (++pring->sli.sli3.rspidx >=
portRspMax
)
in lpfc_sli_handle_fast_ring_event()
3871
uint32_t portRspPut,
portRspMax
;
in lpfc_sli_handle_slow_ring_event_s3()
local
3883
portRspMax
= pring->sli.sli3.numRiocb;
in lpfc_sli_handle_slow_ring_event_s3()
3885
if (portRspPut >=
portRspMax
) {
in lpfc_sli_handle_slow_ring_event_s3()
3888
* rsp ring <
portRspMax
>
in lpfc_sli_handle_slow_ring_event_s3()
3893
pring->ringno, portRspPut,
portRspMax
);
in lpfc_sli_handle_slow_ring_event_s3()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
3899
* rsp ring <
portRspMax
>
in lpfc_sli_rsp_pointers_error()
3998
uint32_t portRspPut,
portRspMax
;
in lpfc_sli_handle_fast_ring_event()
local
4011
portRspMax
= pring->sli.sli3.numRiocb;
in lpfc_sli_handle_fast_ring_event()
4013
if (unlikely(portRspPut >=
portRspMax
)) {
in lpfc_sli_handle_fast_ring_event()
4034
if (++pring->sli.sli3.rspidx >=
portRspMax
)
in lpfc_sli_handle_fast_ring_event()
4382
uint32_t portRspPut,
portRspMax
;
in lpfc_sli_handle_slow_ring_event_s3()
local
4394
portRspMax
= pring->sli.sli3.numRiocb;
in lpfc_sli_handle_slow_ring_event_s3()
4396
if (portRspPut >=
portRspMax
) {
in lpfc_sli_handle_slow_ring_event_s3()
4399
* rsp ring <
portRspMax
>
in lpfc_sli_handle_slow_ring_event_s3()
4404
pring->ringno, portRspPut,
portRspMax
);
in lpfc_sli_handle_slow_ring_event_s3()
[all...]
Completed in 22 milliseconds