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:IS_QLA82XX
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
2688
if (
IS_QLA82XX
(ha))
in qla2x00_set_isp_flags()
2949
} else if (
IS_QLA82XX
(ha)) {
in qla2x00_probe_one()
3127
if (!
IS_QLA82XX
(ha))
in qla2x00_probe_one()
3264
if (
IS_QLA82XX
(ha)) {
in qla2x00_probe_one()
3666
if (
IS_QLA82XX
(ha)) {
in qla2x00_unmap_iobases()
3693
} else if (
IS_QLA82XX
(ha)) {
in qla2x00_clear_drv_active()
4336
if (
IS_QLA82XX
(ha) || ql2xenabledif) {
in qla2x00_mem_alloc()
4341
if (
IS_QLA82XX
(ha) || ql2xenabledif) {
in qla2x00_mem_alloc()
4732
if (
IS_QLA82XX
(ha)) {
in qla2x00_mem_free()
6854
if (
IS_QLA82XX
(h
in qla2x00_do_dpc()
[all...]
H
A
D
qla_nx.c
1649
} else if (
IS_QLA82XX
(ha)) {
in qla82xx_iospace_config()
2977
if (
IS_QLA82XX
(ha)) {
in qla8xxx_dev_failed_handler()
3409
if (
IS_QLA82XX
(ha))
in qla82xx_load_risc()
3427
if (
IS_QLA82XX
(ha))
in qla82xx_set_reset_owner()
3435
if (
IS_QLA82XX
(ha)) {
in qla82xx_set_reset_owner()
3478
if (
IS_QLA82XX
(ha))
in qla82xx_abort_isp()
3617
if (
IS_QLA82XX
(ha))
in qla82xx_chip_reset_cleanup()
H
A
D
qla_def.h
4099
#define
IS_QLA82XX
(ha) (DT_MASK(ha) & DT_ISP8021)
macro
4121
#define IS_CNA_CAPABLE(ha) (IS_QLA81XX(ha) ||
IS_QLA82XX
(ha) || \
4123
#define IS_P3P_TYPE(ha) (
IS_QLA82XX
(ha) || IS_QLA8044(ha))
4126
IS_QLA82XX
(ha) || IS_QLA83XX(ha) || \
H
A
D
qla_attr.c
101
if (
IS_QLA82XX
(ha)) {
in qla2x00_sysfs_write_fw_dump()
714
if (
IS_QLA82XX
(ha)) {
in qla2x00_sysfs_write_reset()
H
A
D
qla_mbx.c
491
if (
IS_QLA82XX
(ha)) {
in qla2x00_mailbox_command()
516
if (
IS_QLA82XX
(ha)) {
in qla2x00_mailbox_command()
5728
if (
IS_QLA82XX
(ha)) {
in qla2x00_get_thermal_temp()
H
A
D
qla_isr.c
4137
if (!ha->flags.msi_enabled &&
IS_QLA82XX
(ha))
in qla2x00_request_irqs()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
2810
if (
IS_QLA82XX
(ha))
in qla2x00_set_isp_flags()
3112
} else if (
IS_QLA82XX
(ha)) {
in qla2x00_probe_one()
3294
if (!
IS_QLA82XX
(ha))
in qla2x00_probe_one()
3431
if (
IS_QLA82XX
(ha)) {
in qla2x00_probe_one()
3840
if (
IS_QLA82XX
(ha)) {
in qla2x00_unmap_iobases()
3867
} else if (
IS_QLA82XX
(ha)) {
in qla2x00_clear_drv_active()
4566
if (
IS_QLA82XX
(ha) || ql2xenabledif) {
in qla2x00_mem_alloc()
4571
if (
IS_QLA82XX
(ha) || ql2xenabledif) {
in qla2x00_mem_alloc()
7096
if (
IS_QLA82XX
(ha))
in qla2x00_do_dpc()
7104
if (
IS_QLA82XX
(h
in qla2x00_do_dpc()
[all...]
H
A
D
qla_nx.c
1646
} else if (
IS_QLA82XX
(ha)) {
in qla82xx_iospace_config()
2972
if (
IS_QLA82XX
(ha)) {
in qla8xxx_dev_failed_handler()
3400
if (
IS_QLA82XX
(ha))
in qla82xx_load_risc()
3418
if (
IS_QLA82XX
(ha))
in qla82xx_set_reset_owner()
3426
if (
IS_QLA82XX
(ha)) {
in qla82xx_set_reset_owner()
3468
if (
IS_QLA82XX
(ha))
in qla82xx_abort_isp()
3607
if (
IS_QLA82XX
(ha))
in qla82xx_chip_reset_cleanup()
H
A
D
qla_def.h
4314
#define
IS_QLA82XX
(ha) (DT_MASK(ha) & DT_ISP8021)
macro
4336
#define IS_CNA_CAPABLE(ha) (IS_QLA81XX(ha) ||
IS_QLA82XX
(ha) || \
4338
#define IS_P3P_TYPE(ha) (
IS_QLA82XX
(ha) || IS_QLA8044(ha))
4341
IS_QLA82XX
(ha) || IS_QLA83XX(ha) || \
H
A
D
qla_attr.c
101
if (
IS_QLA82XX
(ha)) {
in qla2x00_sysfs_write_fw_dump()
720
if (
IS_QLA82XX
(ha)) {
in qla2x00_sysfs_write_reset()
H
A
D
qla_mbx.c
504
if (
IS_QLA82XX
(ha)) {
in qla2x00_mailbox_command()
530
if (
IS_QLA82XX
(ha)) {
in qla2x00_mailbox_command()
5811
if (
IS_QLA82XX
(ha)) {
in qla2x00_get_thermal_temp()
H
A
D
qla_isr.c
4732
if (!ha->flags.msi_enabled &&
IS_QLA82XX
(ha))
in qla2x00_request_irqs()
Completed in 78 milliseconds