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:lpfc_irq_chann
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
5790
*
lpfc_irq_chann
: Set the number of IRQ vectors that are available
5803
static uint
lpfc_irq_chann
= LPFC_IRQ_CHANN_DEF;
variable
5804
module_param(
lpfc_irq_chann
, uint, 0444);
5805
MODULE_PARM_DESC(
lpfc_irq_chann
, "Set number of interrupt vectors to allocate");
5858
"8543
lpfc_irq_chann
set to %u "
in lpfc_irq_chann_init()
5865
"8545
lpfc_irq_chann
attribute cannot "
in lpfc_irq_chann_init()
5899
static DEVICE_ATTR_RO(
lpfc_irq_chann
);
7396
lpfc_irq_chann_init(phba,
lpfc_irq_chann
);
in lpfc_get_cfgparam()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
5551
*
lpfc_irq_chann
: Set the number of IRQ vectors that are available
5564
static uint
lpfc_irq_chann
= LPFC_IRQ_CHANN_DEF;
variable
5565
module_param(
lpfc_irq_chann
, uint, 0444);
5566
MODULE_PARM_DESC(
lpfc_irq_chann
, "Set number of interrupt vectors to allocate");
5621
"8543
lpfc_irq_chann
set to %u "
in lpfc_irq_chann_init()
5628
"8545
lpfc_irq_chann
attribute cannot "
in lpfc_irq_chann_init()
5667
static DEVICE_ATTR_RO(
lpfc_irq_chann
);
7272
lpfc_irq_chann_init(phba,
lpfc_irq_chann
);
in lpfc_get_cfgparam()
Completed in 17 milliseconds