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:nvmet_xri_cnt
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
3851
uint16_t
nvmet_xri_cnt
;
in lpfc_sli4_nvmet_sgl_update()
local
3861
nvmet_xri_cnt
= phba->sli4_hba.max_cfg_param.max_xri - els_xri_cnt;
in lpfc_sli4_nvmet_sgl_update()
3862
if (
nvmet_xri_cnt
> phba->sli4_hba.
nvmet_xri_cnt
) {
in lpfc_sli4_nvmet_sgl_update()
3864
xri_cnt =
nvmet_xri_cnt
- phba->sli4_hba.
nvmet_xri_cnt
;
in lpfc_sli4_nvmet_sgl_update()
3867
phba->sli4_hba.
nvmet_xri_cnt
,
nvmet_xri_cnt
);
in lpfc_sli4_nvmet_sgl_update()
3904
} else if (
nvmet_xri_cnt
< phba->sli4_hba.
nvmet_xri_cnt
) {
in lpfc_sli4_nvmet_sgl_update()
[all...]
H
A
D
lpfc_sli4.h
890
uint16_t
nvmet_xri_cnt
;
member
H
A
D
lpfc_nvmet.c
1488
phba->sli4_hba.
nvmet_xri_cnt
);
in lpfc_nvmet_setup_io_context()
1549
for (i = 0; i < phba->sli4_hba.
nvmet_xri_cnt
; i++) {
in lpfc_nvmet_setup_io_context()
H
A
D
lpfc_attr.c
327
phba->sli4_hba.
nvmet_xri_cnt
,
in lpfc_nvme_info_show()
H
A
D
lpfc_debugfs.c
1160
phba->sli4_hba.
nvmet_xri_cnt
,
in lpfc_debugfs_nvmestat_data()
H
A
D
lpfc_sli.c
7751
phba->sli4_hba.
nvmet_xri_cnt
);
in lpfc_sli4_hba_setup()
7759
phba->sli4_hba.
nvmet_xri_cnt
= rc;
in lpfc_sli4_hba_setup()
7764
cnt = phba->sli4_hba.
nvmet_xri_cnt
+
in lpfc_sli4_hba_setup()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
4189
uint16_t
nvmet_xri_cnt
;
in lpfc_sli4_nvmet_sgl_update()
local
4199
nvmet_xri_cnt
= phba->sli4_hba.max_cfg_param.max_xri - els_xri_cnt;
in lpfc_sli4_nvmet_sgl_update()
4200
if (
nvmet_xri_cnt
> phba->sli4_hba.
nvmet_xri_cnt
) {
in lpfc_sli4_nvmet_sgl_update()
4202
xri_cnt =
nvmet_xri_cnt
- phba->sli4_hba.
nvmet_xri_cnt
;
in lpfc_sli4_nvmet_sgl_update()
4205
phba->sli4_hba.
nvmet_xri_cnt
,
nvmet_xri_cnt
);
in lpfc_sli4_nvmet_sgl_update()
4242
} else if (
nvmet_xri_cnt
< phba->sli4_hba.
nvmet_xri_cnt
) {
in lpfc_sli4_nvmet_sgl_update()
[all...]
H
A
D
lpfc_sli4.h
901
uint16_t
nvmet_xri_cnt
;
member
H
A
D
lpfc_nvmet.c
1495
phba->sli4_hba.
nvmet_xri_cnt
);
in lpfc_nvmet_setup_io_context()
1556
for (i = 0; i < phba->sli4_hba.
nvmet_xri_cnt
; i++) {
in lpfc_nvmet_setup_io_context()
H
A
D
lpfc_attr.c
502
phba->sli4_hba.
nvmet_xri_cnt
,
in lpfc_nvme_info_show()
H
A
D
lpfc_sli.c
8850
phba->sli4_hba.
nvmet_xri_cnt
);
in lpfc_sli4_hba_setup()
8858
phba->sli4_hba.
nvmet_xri_cnt
= rc;
in lpfc_sli4_hba_setup()
8863
cnt = phba->sli4_hba.
nvmet_xri_cnt
+
in lpfc_sli4_hba_setup()
H
A
D
lpfc_debugfs.c
1158
phba->sli4_hba.
nvmet_xri_cnt
,
in lpfc_debugfs_nvmestat_data()
Completed in 98 milliseconds