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:HAS_EXTENDED_IDS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mbx.c
1506
if (
HAS_EXTENDED_IDS
(ha))
in qla2x00_abort_command()
1544
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_abort_target()
1592
if (
HAS_EXTENDED_IDS
(vha->hw))
in qla2x00_lun_reset()
1948
} else if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_get_port_database()
2230
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_get_port_name()
2358
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_lip_reset()
2595
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_login_fabric()
2680
if (
HAS_EXTENDED_IDS
(ha))
in qla2x00_login_local_device()
2809
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_fabric_logout()
3113
} else if (
HAS_EXTENDED_IDS
(h
in qla2x00_get_link_status()
[all...]
H
A
D
qla_target.h
120
#define GET_TARGET_ID(ha, iocb) ((
HAS_EXTENDED_IDS
(ha)) \
H
A
D
qla_iocb.c
2464
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_login_iocb()
2507
mbx->mb1 =
HAS_EXTENDED_IDS
(ha) ?
in qla2x00_logout_iocb()
2534
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_adisc_iocb()
H
A
D
qla_def.h
1876
if (
HAS_EXTENDED_IDS
(ha)) \
4143
#define
HAS_EXTENDED_IDS
(ha) ((ha)->device_type & DT_EXTENDED_IDS)
macro
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mbx.c
1556
if (
HAS_EXTENDED_IDS
(ha))
in qla2x00_abort_command()
1594
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_abort_target()
1642
if (
HAS_EXTENDED_IDS
(vha->hw))
in qla2x00_lun_reset()
1998
} else if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_get_port_database()
2283
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_get_port_name()
2411
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_lip_reset()
2648
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_login_fabric()
2733
if (
HAS_EXTENDED_IDS
(ha))
in qla2x00_login_local_device()
2862
if (
HAS_EXTENDED_IDS
(vha->hw)) {
in qla2x00_fabric_logout()
3166
} else if (
HAS_EXTENDED_IDS
(h
in qla2x00_get_link_status()
[all...]
H
A
D
qla_target.h
120
#define GET_TARGET_ID(ha, iocb) ((
HAS_EXTENDED_IDS
(ha)) \
H
A
D
qla_iocb.c
2456
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_login_iocb()
2499
mbx->mb1 =
HAS_EXTENDED_IDS
(ha) ?
in qla2x00_logout_iocb()
2526
if (
HAS_EXTENDED_IDS
(ha)) {
in qla2x00_adisc_iocb()
H
A
D
qla_def.h
1992
if (
HAS_EXTENDED_IDS
(ha)) \
4358
#define
HAS_EXTENDED_IDS
(ha) ((ha)->device_type & DT_EXTENDED_IDS)
macro
Completed in 59 milliseconds