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:num_vhosts
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
47
ha->
num_vhosts
++;
in qla24xx_allocate_vp_id()
95
ha->
num_vhosts
--;
in qla24xx_deallocate_vp_id()
475
if (ha->
num_vhosts
> ha->max_npiv_vports) {
in qla24xx_vport_create_req_sanity_check()
477
"
num_vhosts
%ud is bigger "
in qla24xx_vport_create_req_sanity_check()
479
ha->
num_vhosts
, ha->max_npiv_vports);
in qla24xx_vport_create_req_sanity_check()
H
A
D
qla_isr.c
691
if (!ha->
num_vhosts
)
in qla2x00_is_a_vp_did()
1661
if (!vha->vp_idx && ha->
num_vhosts
)
in qla2x00_async_event()
H
A
D
qla_gs.c
3388
if (!ha->
num_vhosts
)
in qla2x00_is_a_vp()
H
A
D
qla_def.h
4488
uint16_t
num_vhosts
; /* number of vports created */
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
47
ha->
num_vhosts
++;
in qla24xx_allocate_vp_id()
103
ha->
num_vhosts
--;
in qla24xx_deallocate_vp_id()
483
if (ha->
num_vhosts
> ha->max_npiv_vports) {
in qla24xx_vport_create_req_sanity_check()
485
"
num_vhosts
%ud is bigger "
in qla24xx_vport_create_req_sanity_check()
487
ha->
num_vhosts
, ha->max_npiv_vports);
in qla24xx_vport_create_req_sanity_check()
H
A
D
qla_nvme.c
1210
if (!vp_index && !ha->
num_vhosts
)
in qla2xxx_get_vha_from_vp_idx()
H
A
D
qla_isr.c
980
if (!ha->
num_vhosts
)
in qla2x00_is_a_vp_did()
1970
if (!vha->vp_idx && ha->
num_vhosts
)
in qla2x00_async_event()
H
A
D
qla_gs.c
3155
if (!ha->
num_vhosts
)
in qla2x00_is_a_vp()
H
A
D
qla_def.h
4720
uint16_t
num_vhosts
; /* number of vports created */
member
Completed in 48 milliseconds