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:BIT_10
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qla1280.h
27
#define
BIT_10
0x400
macro
315
#define TP_AUTO_REQUEST_SENSE
BIT_10
/* Automatic request sense. */
579
#define SF_SENT_CDB
BIT_10
/* Send CDB */
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qla1280.h
27
#define
BIT_10
0x400
macro
314
#define TP_AUTO_REQUEST_SENSE
BIT_10
/* Automatic request sense. */
578
#define SF_SENT_CDB
BIT_10
/* Send CDB */
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
91
#define
BIT_10
0x400
macro
1132
#define FO1_ENABLE_PURE_IOCB
BIT_10
1146
#define ADD_FO1_ENABLE_PUREX_IOCB
BIT_10
1297
#define MBX_10
BIT_10
1968
#define PO_DIS_VALD_APP_ESC
BIT_10
/* Dis validation for escape tag/ffffh */
2071
#define SS_RESIDUAL_OVER
BIT_10
2119
#define SF_ABTS_TERMINATED
BIT_10
3786
#define RDP_PORT_SPEED_16GB
BIT_10
3986
#define FLOGI_MID_SUPPORT
BIT_10
4055
#define DT_ISP5432
BIT_10
[all...]
H
A
D
qla_fw.h
20
#define FO1_ENABLE_PUREX
BIT_10
533
#define TMF_CLEAR_TASK_SET
BIT_10
895
#define LCF_INCLUDE_SNS
BIT_10
/* Include SNS (FFFFFC) during LOGO. */
1150
#define CSRX_PCIX_BUS_MODE_MASK (BIT_11|
BIT_10
|BIT_9|BIT_8)
H
A
D
qla_target.h
839
TRC_FLUSH =
BIT_10
,
H
A
D
qla_init.c
4116
ha->fw_options[3] |=
BIT_10
;
in qla24xx_update_fw_options()
7455
nv->host_p = cpu_to_le32(BIT_11|
BIT_10
);
in qla24xx_nvram_config()
7469
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qla24xx_nvram_config()
7523
le32_to_cpu(nv->host_p) &
BIT_10
? 1 : 0;
in qla24xx_nvram_config()
8651
nv->host_p = cpu_to_le32(BIT_11|
BIT_10
);
in qla81xx_nvram_config()
8739
le32_to_cpu(nv->host_p) &
BIT_10
? 1 : 0;
in qla81xx_nvram_config()
H
A
D
qla_target.c
6883
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qlt_24xx_config_nvram_stage1()
6995
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qlt_81xx_config_nvram_stage1()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
117
#define
BIT_10
0x400
macro
1248
#define FO1_ENABLE_PURE_IOCB
BIT_10
1262
#define ADD_FO1_ENABLE_PUREX_IOCB
BIT_10
1413
#define MBX_10
BIT_10
2084
#define PO_DIS_VALD_APP_ESC
BIT_10
/* Dis validation for escape tag/ffffh */
2187
#define SS_RESIDUAL_OVER
BIT_10
2241
#define SF_ABTS_TERMINATED
BIT_10
3994
#define RDP_PORT_SPEED_16GB
BIT_10
4201
#define FLOGI_MID_SUPPORT
BIT_10
4270
#define DT_ISP5432
BIT_10
[all...]
H
A
D
qla_fw.h
20
#define FO1_ENABLE_PUREX
BIT_10
537
#define TMF_CLEAR_TASK_SET
BIT_10
901
#define LCF_INCLUDE_SNS
BIT_10
/* Include SNS (FFFFFC) during LOGO. */
1178
#define CSRX_PCIX_BUS_MODE_MASK (BIT_11|
BIT_10
|BIT_9|BIT_8)
H
A
D
qla_target.h
850
TRC_FLUSH =
BIT_10
,
H
A
D
qla_init.c
4600
ha->fw_options[3] |=
BIT_10
;
in qla24xx_update_fw_options()
7941
nv->host_p = cpu_to_le32(BIT_11|
BIT_10
);
in qla24xx_nvram_config()
7955
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qla24xx_nvram_config()
8009
le32_to_cpu(nv->host_p) &
BIT_10
? 1 : 0;
in qla24xx_nvram_config()
9137
nv->host_p = cpu_to_le32(BIT_11|
BIT_10
);
in qla81xx_nvram_config()
9225
le32_to_cpu(nv->host_p) &
BIT_10
? 1 : 0;
in qla81xx_nvram_config()
H
A
D
qla_target.c
6920
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qlt_24xx_config_nvram_stage1()
7032
nv->host_p &= cpu_to_le32(~
BIT_10
);
in qlt_81xx_config_nvram_stage1()
H
A
D
qla_mbx.c
670
#define EDIF_HW_SUPPORT
BIT_10
1177
if (mcp->mb[16] &
BIT_10
)
in qla2x00_get_fw_version()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_hdr.h
205
#define
BIT_10
0x400
macro
H
A
D
qlcnic_83xx_hw.h
363
#define QLC_83XX_SFP_TX_FAULT(data) ((data) &
BIT_10
)
H
A
D
qlcnic_hw.c
886
#define QLCNIC_ENABLE_TYPE_C_RSS
BIT_10
H
A
D
qlcnic.h
916
#define QLCNIC_FW_CAPABILITY_HW_LRO
BIT_10
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_hw.h
363
#define QLC_83XX_SFP_TX_FAULT(data) ((data) &
BIT_10
)
H
A
D
qlcnic_hdr.h
205
#define
BIT_10
0x400
macro
H
A
D
qlcnic.h
916
#define QLCNIC_FW_CAPABILITY_HW_LRO
BIT_10
H
A
D
qlcnic_hw.c
882
#define QLCNIC_ENABLE_TYPE_C_RSS
BIT_10
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
91
#define
BIT_10
0x400
macro
H
A
D
ql4_mbx.c
2099
iscsi_opts |=
BIT_10
;
in qla4xxx_set_param_ddbentry()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
90
#define
BIT_10
0x400
macro
H
A
D
ql4_mbx.c
2099
iscsi_opts |=
BIT_10
;
in qla4xxx_set_param_ddbentry()
Completed in 131 milliseconds
1
2