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:ql2xmqsupport
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
170
int
ql2xmqsupport
= 1;
variable
171
module_param(
ql2xmqsupport
, int, S_IRUGO);
172
MODULE_PARM_DESC(
ql2xmqsupport
,
436
if ((
ql2xmqsupport
|| ql2xnvmeenable) && ha->max_qpairs) {
in qla2x00_alloc_queues()
2003
if (!
ql2xmqsupport
|| !ql2xnvmeenable ||
in qla2x00_iospace_config()
2101
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla83xx_iospace_config()
2813
ql2xmqsupport
= 0;
in qla2x00_probe_one()
7452
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_pci_error_detected()
7465
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_pci_error_detected()
H
A
D
qla_gbl.h
152
extern int
ql2xmqsupport
;
H
A
D
qla_mid.c
654
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla25xx_delete_queues()
H
A
D
qla_attr.c
3069
if (!
ql2xmqsupport
|| !ha->npiv_info)
in qla24xx_vport_create()
H
A
D
qla_isr.c
3967
if (ha->mqiobase && (
ql2xmqsupport
|| ql2xnvmeenable)) {
in qla24xx_enable_msix()
H
A
D
qla_init.c
9142
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_create_qpair()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
185
int
ql2xmqsupport
= 1;
variable
186
module_param(
ql2xmqsupport
, int, S_IRUGO);
187
MODULE_PARM_DESC(
ql2xmqsupport
,
476
if ((
ql2xmqsupport
|| ql2xnvmeenable) && ha->max_qpairs) {
in qla2x00_alloc_queues()
2125
if (!
ql2xmqsupport
|| !ql2xnvmeenable ||
in qla2x00_iospace_config()
2223
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla83xx_iospace_config()
2966
ql2xmqsupport
= 0;
in qla2x00_probe_one()
7812
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_pci_error_detected()
7825
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_pci_error_detected()
H
A
D
qla_gbl.h
165
extern int
ql2xmqsupport
;
H
A
D
qla_mid.c
660
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla25xx_delete_queues()
H
A
D
qla_attr.c
3134
if (!
ql2xmqsupport
|| !ha->npiv_info)
in qla24xx_vport_create()
H
A
D
qla_isr.c
4561
if (ha->mqiobase && (
ql2xmqsupport
|| ql2xnvmeenable)) {
in qla24xx_enable_msix()
H
A
D
qla_init.c
9628
if (
ql2xmqsupport
|| ql2xnvmeenable) {
in qla2xxx_create_qpair()
Completed in 55 milliseconds