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:qlcnic_use_msi
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_main.c
38
int
qlcnic_use_msi
= 1;
variable
40
module_param_named(use_msi,
qlcnic_use_msi
, int, 0444);
831
if (
qlcnic_use_msi
&& !pci_enable_msi(pdev)) {
in qlcnic_enable_msi_legacy()
841
if (
qlcnic_use_msi
|| qlcnic_use_msi_x)
in qlcnic_enable_msi_legacy()
2620
!!
qlcnic_use_msi
)
in qlcnic_probe()
H
A
D
qlcnic_sriov_common.c
538
if (!qlcnic_use_msi_x && !!
qlcnic_use_msi
)
in qlcnic_sriov_setup_vf()
H
A
D
qlcnic.h
334
extern int
qlcnic_use_msi
;
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_main.c
37
int
qlcnic_use_msi
= 1;
variable
39
module_param_named(use_msi,
qlcnic_use_msi
, int, 0444);
827
if (
qlcnic_use_msi
&& !pci_enable_msi(pdev)) {
in qlcnic_enable_msi_legacy()
837
if (
qlcnic_use_msi
|| qlcnic_use_msi_x)
in qlcnic_enable_msi_legacy()
2595
!!
qlcnic_use_msi
)
in qlcnic_probe()
H
A
D
qlcnic.h
334
extern int
qlcnic_use_msi
;
H
A
D
qlcnic_sriov_common.c
537
if (!qlcnic_use_msi_x && !!
qlcnic_use_msi
)
in qlcnic_sriov_setup_vf()
Completed in 25 milliseconds