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_QLA2031
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_sup.c
1079
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha) &&
in qla2xxx_get_flash_info()
1107
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha))
in qla2xxx_flash_npiv_conf()
1794
} else if (
IS_QLA2031
(ha)) {
in qla83xx_beacon_blink()
1881
if (
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla24xx_beacon_on()
1921
if (
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla24xx_beacon_off()
H
A
D
qla_mbx.c
3435
if (!IS_QLA25XX(vha->hw) && !
IS_QLA2031
(vha->hw) &&
in qla2x00_write_serdes_word()
3444
if (
IS_QLA2031
(vha->hw))
in qla2x00_write_serdes_word()
3474
if (!IS_QLA25XX(vha->hw) && !
IS_QLA2031
(vha->hw) &&
in qla2x00_read_serdes_word()
3490
if (
IS_QLA2031
(vha->hw))
in qla2x00_read_serdes_word()
4934
if (!IS_QLA25XX(ha) && !
IS_QLA2031
(ha) &&
in qla25xx_set_els_cmds_supported()
5330
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla2x00_echo_test()
5332
if (IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_echo_test()
6866
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in ql26xx_led_config()
H
A
D
qla_def.h
4101
#define
IS_QLA2031
(ha) (DT_MASK(ha) & DT_ISP2031)
macro
4115
#define IS_QLA83XX(ha) (
IS_QLA2031
(ha) || IS_QLA8031(ha))
4148
(IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
4150
#define IS_MCTP_CAPABLE(ha) (
IS_QLA2031
(ha) && \
H
A
D
qla_os.c
2693
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) ||
in qla2x00_set_isp_flags()
3571
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_shutdown()
3736
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_remove_one()
4209
if (IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_mem_alloc()
5560
if (
IS_QLA2031
(ha)) {
in qla83xx_nic_core_reset_work()
7327
} else if (
IS_QLA2031
(ha)) {
in qla2x00_request_firmware()
H
A
D
qla_attr.c
1359
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in qla2x00_beacon_config_show()
1380
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in qla2x00_beacon_config_store()
H
A
D
qla_bsg.c
1427
IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_optrom_setup()
H
A
D
qla_isr.c
4083
!IS_QLA8432(ha) && !IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha) &&
in qla2x00_request_irqs()
H
A
D
qla_gs.c
1537
if (
IS_QLA2031
(ha)) {
in qla25xx_fdmi_port_speed_capability()
H
A
D
qla_init.c
4624
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha);
in qla2x00_set_model_info()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_sup.c
1079
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha) &&
in qla2xxx_get_flash_info()
1107
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha))
in qla2xxx_flash_npiv_conf()
1794
} else if (
IS_QLA2031
(ha)) {
in qla83xx_beacon_blink()
1881
if (
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla24xx_beacon_on()
1921
if (
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla24xx_beacon_off()
H
A
D
qla_mbx.c
3494
if (!IS_QLA25XX(vha->hw) && !
IS_QLA2031
(vha->hw) &&
in qla2x00_write_serdes_word()
3503
if (
IS_QLA2031
(vha->hw))
in qla2x00_write_serdes_word()
3533
if (!IS_QLA25XX(vha->hw) && !
IS_QLA2031
(vha->hw) &&
in qla2x00_read_serdes_word()
3549
if (
IS_QLA2031
(vha->hw))
in qla2x00_read_serdes_word()
5007
if (!IS_QLA25XX(ha) && !
IS_QLA2031
(ha) &&
in qla25xx_set_els_cmds_supported()
5413
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
in qla2x00_echo_test()
5415
if (IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_echo_test()
7002
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in ql26xx_led_config()
H
A
D
qla_def.h
4316
#define
IS_QLA2031
(ha) (DT_MASK(ha) & DT_ISP2031)
macro
4330
#define IS_QLA83XX(ha) (
IS_QLA2031
(ha) || IS_QLA8031(ha))
4363
(IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) || IS_QLA28XX(ha))
4365
#define IS_MCTP_CAPABLE(ha) (
IS_QLA2031
(ha) && \
H
A
D
qla_os.c
2815
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) ||
in qla2x00_set_isp_flags()
3745
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_shutdown()
3910
if (IS_QLA25XX(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_remove_one()
4399
if (IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_mem_alloc()
5813
if (
IS_QLA2031
(ha)) {
in qla83xx_nic_core_reset_work()
7687
} else if (
IS_QLA2031
(ha)) {
in qla2x00_request_firmware()
H
A
D
qla_attr.c
1365
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in qla2x00_beacon_config_show()
1386
if (!
IS_QLA2031
(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))
in qla2x00_beacon_config_store()
H
A
D
qla_bsg.c
1446
IS_CNA_CAPABLE(ha) ||
IS_QLA2031
(ha) || IS_QLA27XX(ha) ||
in qla2x00_optrom_setup()
H
A
D
qla_gs.c
1538
if (
IS_QLA2031
(ha)) {
in qla25xx_fdmi_port_speed_capability()
H
A
D
qla_isr.c
4678
!IS_QLA8432(ha) && !IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha) &&
in qla2x00_request_irqs()
H
A
D
qla_init.c
5119
!IS_CNA_CAPABLE(ha) && !
IS_QLA2031
(ha);
in qla2x00_set_model_info()
Completed in 157 milliseconds