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:rpi_count
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.h
262
atomic_t
rpi_count
;
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
910
uint16_t
rpi_count
;
member
H
A
D
lpfc_sli.c
18687
phba->sli4_hba.
rpi_count
++;
in lpfc_sli4_alloc_rpi()
18699
(phba->sli4_hba.
rpi_count
>= max_rpi)) {
in lpfc_sli4_alloc_rpi()
18719
rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.
rpi_count
;
in lpfc_sli4_alloc_rpi()
18756
phba->sli4_hba.
rpi_count
--;
in __lpfc_sli4_free_rpi()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
921
uint16_t
rpi_count
;
member
H
A
D
lpfc_sli.c
19698
phba->sli4_hba.
rpi_count
++;
in lpfc_sli4_alloc_rpi()
19710
(phba->sli4_hba.
rpi_count
>= max_rpi)) {
in lpfc_sli4_alloc_rpi()
19730
rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.
rpi_count
;
in lpfc_sli4_alloc_rpi()
19767
phba->sli4_hba.
rpi_count
--;
in __lpfc_sli4_free_rpi()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H
A
D
sli4.h
2264
__le16
rpi_count
;
member
H
A
D
sli4.c
4192
sli4->ext[SLI4_RSRC_RPI].size = le16_to_cpu(conf->
rpi_count
);
in sli_get_read_config()
Completed in 83 milliseconds