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_4
(Results
1 - 25
of
44
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
44
#define PDF_CLASS_2
BIT_4
910
#define LCF_COND_PLOGI
BIT_4
/* PLOGI only if not logged-in. */
911
#define LCF_IMPL_LOGO
BIT_4
/* Perform an implicit LOGO. */
912
#define LCF_IMPL_PRLO
BIT_4
/* Perform an implicit PRLO. */
971
#define TCF_LUN_RESET
BIT_4
1004
#define AOF_RSP_TIMEOUT
BIT_4
/* Use specified response timeout. */
1188
#define CSRX_MAX_WRT_BURST_MASK (BIT_5|
BIT_4
)
1257
#define GPDX_LED_COLOR_MASK (
BIT_4
|BIT_3|BIT_2)
1263
#define GPDX_LED_AMBER_ON
BIT_4
1753
#define FSTATE_WAITING_FOR_VERIFY
BIT_4
[all...]
H
A
D
qla_edif.h
21
#define EDIF_SA_CTL_FLG_CLEANUP_DEL
BIT_4
H
A
D
qla_target.h
481
#define CTIO7_FLAGS_CONFIRM_SATISF
BIT_4
544
#define CTIO_CRC_SF_DIF_CHOPPED
BIT_4
750
#define NOTIFY_ACK_TM_RESP_CODE_VALID
BIT_4
844
TRC_XMIT_DATA =
BIT_4
,
H
A
D
qla_def.h
111
#define
BIT_4
0x10
macro
419
#define SRB_CRC_PROT_DMA_VALID
BIT_4
/* DIF: prot DMA valid */
537
#define SRB_LOGIN_PRLI_ONLY
BIT_4
1242
#define FO1_DISABLE_LIP_F7_SW
BIT_4
1419
#define MBX_4
BIT_4
2079
#define PO_DISABLE_GUARD_CHECK
BIT_4
2173
#define RF_INV_E_COUNT
BIT_4
/* Invalid entry count. */
2192
#define SS_RESERVE_CONFLICT (
BIT_4
| BIT_3)
2605
#define NVME_PRLI_SP_TARGET
BIT_4
2768
#define FCF_CONF_COMP_SUPPORTED
BIT_4
[all...]
H
A
D
qla_init.c
856
if ((e->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla24xx_handle_gnl_done_event()
901
if ((e->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla24xx_handle_gnl_done_event()
4473
(
BIT_4
| BIT_3)) >> 3;
in qla2x00_update_fw_options()
4477
(BIT_7 | BIT_6 | BIT_5 |
BIT_4
)) >> 4;
in qla2x00_update_fw_options()
4495
(BIT_7 | BIT_6 | BIT_5 |
BIT_4
)) >> 4;
in qla2x00_update_fw_options()
4570
ha->fw_options[2] |=
BIT_4
;
in qla24xx_update_fw_options()
4572
ha->fw_options[2] &= ~(
BIT_4
);
in qla24xx_update_fw_options()
5249
nv->add_firmware_options[1] = BIT_5 |
BIT_4
;
in qla2x00_nvram_config()
5256
nv->add_firmware_options[1] = BIT_5 |
BIT_4
;
in qla2x00_nvram_config()
5296
nv->firmware_options[0] &= ~(BIT_5 |
BIT_4
);
in qla2x00_nvram_config()
[all...]
H
A
D
qla_mbx.c
728
mcp->mb[4] |=
BIT_4
;
in qla2x00_execute_fw()
737
mcp->mb[11] |=
BIT_4
;
in qla2x00_execute_fw()
2063
if ((pd24->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla2x00_get_port_database()
2108
if ((pd->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla2x00_get_port_database()
2114
fcport->supported_classes = (pd->options &
BIT_4
) ?
in qla2x00_get_port_database()
2348
mcp->mb[1] =
BIT_4
;
in qla24xx_link_initialize()
2404
mcp->mb[1] =
BIT_4
;
in qla2x00_lip_reset()
2590
if (iop[0] &
BIT_4
) {
in qla24xx_login_fabric()
2914
mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ?
BIT_4
: 0;
in qla2x00_full_login_lip()
4262
vpmod->options_idx1 = BIT_3|
BIT_4
|BIT_
in qla24xx_modify_vp_config()
[all...]
H
A
D
qla_mid.c
756
options |=
BIT_4
;
in qla25xx_create_req_que()
874
options |=
BIT_4
;
in qla25xx_create_rsp_que()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_fw.h
44
#define PDF_CLASS_2
BIT_4
903
#define LCF_COND_PLOGI
BIT_4
/* PLOGI only if not logged-in. */
904
#define LCF_IMPL_LOGO
BIT_4
/* Perform an implicit LOGO. */
905
#define LCF_IMPL_PRLO
BIT_4
/* Perform an implicit PRLO. */
962
#define TCF_LUN_RESET
BIT_4
1160
#define CSRX_MAX_WRT_BURST_MASK (BIT_5|
BIT_4
)
1229
#define GPDX_LED_COLOR_MASK (
BIT_4
|BIT_3|BIT_2)
1235
#define GPDX_LED_AMBER_ON
BIT_4
1722
#define FSTATE_WAITING_FOR_VERIFY
BIT_4
H
A
D
qla_target.h
467
#define CTIO7_FLAGS_CONFIRM_SATISF
BIT_4
530
#define CTIO_CRC_SF_DIF_CHOPPED
BIT_4
736
#define NOTIFY_ACK_TM_RESP_CODE_VALID
BIT_4
833
TRC_XMIT_DATA =
BIT_4
,
H
A
D
qla_def.h
85
#define
BIT_4
0x10
macro
369
#define SRB_CRC_PROT_DMA_VALID
BIT_4
/* DIF: prot DMA valid */
485
#define SRB_LOGIN_PRLI_ONLY
BIT_4
1126
#define FO1_DISABLE_LIP_F7_SW
BIT_4
1303
#define MBX_4
BIT_4
1963
#define PO_DISABLE_GUARD_CHECK
BIT_4
2057
#define RF_INV_E_COUNT
BIT_4
/* Invalid entry count. */
2076
#define SS_RESERVE_CONFLICT (
BIT_4
| BIT_3)
2482
#define NVME_PRLI_SP_TARGET
BIT_4
2609
#define FCF_CONF_COMP_SUPPORTED
BIT_4
[all...]
H
A
D
qla_init.c
827
if ((e->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla24xx_handle_gnl_done_event()
864
if ((e->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla24xx_handle_gnl_done_event()
4003
(
BIT_4
| BIT_3)) >> 3;
in qla2x00_update_fw_options()
4007
(BIT_7 | BIT_6 | BIT_5 |
BIT_4
)) >> 4;
in qla2x00_update_fw_options()
4025
(BIT_7 | BIT_6 | BIT_5 |
BIT_4
)) >> 4;
in qla2x00_update_fw_options()
4100
ha->fw_options[2] |=
BIT_4
;
in qla24xx_update_fw_options()
4102
ha->fw_options[2] &= ~
BIT_4
;
in qla24xx_update_fw_options()
4754
nv->add_firmware_options[1] = BIT_5 |
BIT_4
;
in qla2x00_nvram_config()
4761
nv->add_firmware_options[1] = BIT_5 |
BIT_4
;
in qla2x00_nvram_config()
4801
nv->firmware_options[0] &= ~(BIT_5 |
BIT_4
);
in qla2x00_nvram_config()
[all...]
H
A
D
qla_mbx.c
699
mcp->mb[4] |=
BIT_4
;
in qla2x00_execute_fw()
708
mcp->mb[11] |=
BIT_4
;
in qla2x00_execute_fw()
2013
if ((pd24->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla2x00_get_port_database()
2058
if ((pd->prli_svc_param_word_3[0] &
BIT_4
) == 0)
in qla2x00_get_port_database()
2064
fcport->supported_classes = (pd->options &
BIT_4
) ?
in qla2x00_get_port_database()
2295
mcp->mb[1] =
BIT_4
;
in qla24xx_link_initialize()
2351
mcp->mb[1] =
BIT_4
;
in qla2x00_lip_reset()
2537
if (iop[0] &
BIT_4
) {
in qla24xx_login_fabric()
2861
mcp->mb[1] = IS_FWI2_CAPABLE(vha->hw) ?
BIT_4
: 0;
in qla2x00_full_login_lip()
4190
vpmod->options_idx1 = BIT_3|
BIT_4
|BIT_
in qla24xx_modify_vp_config()
[all...]
H
A
D
qla_mid.c
750
options |=
BIT_4
;
in qla25xx_create_req_que()
868
options |=
BIT_4
;
in qla25xx_create_rsp_que()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qla1280.h
21
#define
BIT_4
0x10
macro
124
#define ISP_CFG0_1040B
BIT_4
/* ISP1040B */
128
#define ISP_CFG1_F64
BIT_4
|BIT_5 /* 128-byte FIFO threshold */
130
#define ISP_CFG1_F16
BIT_4
/* 128-byte FIFO threshold */
H
A
D
qla1280.c
1704
#define CMD_ARGS (BIT_7 | BIT_6 |
BIT_4
| BIT_3 | BIT_2 | BIT_1 | BIT_0)
1708
#define CMD_ARGS (
BIT_4
| BIT_3 | BIT_2 | BIT_1 | BIT_0)
1908
if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 |
BIT_4
|
in qla1280_init_rings()
2191
cfg1 = RD_REG_WORD(®->cfg_1) & ~(
BIT_4
| BIT_5 | BIT_6);
in qla1280_nvram_config()
2265
mb[1] |=
BIT_4
;
in qla1280_nvram_config()
2270
mb[2] |=
BIT_4
;
in qla1280_nvram_config()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qla1280.h
21
#define
BIT_4
0x10
macro
123
#define ISP_CFG0_1040B
BIT_4
/* ISP1040B */
127
#define ISP_CFG1_F64
BIT_4
|BIT_5 /* 128-byte FIFO threshold */
129
#define ISP_CFG1_F16
BIT_4
/* 128-byte FIFO threshold */
H
A
D
qla1280.c
1694
#define CMD_ARGS (BIT_7 | BIT_6 |
BIT_4
| BIT_3 | BIT_2 | BIT_1 | BIT_0)
1698
#define CMD_ARGS (
BIT_4
| BIT_3 | BIT_2 | BIT_1 | BIT_0)
1898
if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 |
BIT_4
|
in qla1280_init_rings()
2181
cfg1 = RD_REG_WORD(®->cfg_1) & ~(
BIT_4
| BIT_5 | BIT_6);
in qla1280_nvram_config()
2255
mb[1] |=
BIT_4
;
in qla1280_nvram_config()
2260
mb[2] |=
BIT_4
;
in qla1280_nvram_config()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
85
#define
BIT_4
0x10
macro
232
#define SRB_GOT_SENSE
BIT_4
/* sense data received. */
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_def.h
84
#define
BIT_4
0x10
macro
241
#define SRB_GOT_SENSE
BIT_4
/* sense data received. */
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_ctx.c
1043
arg1 = id | (enable_mirroring ?
BIT_4
: 0);
in qlcnic_config_port_mirroring()
1351
arg1 |= (
BIT_4
| BIT_6 | BIT_7);
in qlcnic_config_switch_port()
1356
arg1 &= ~
BIT_4
;
in qlcnic_config_switch_port()
1426
esw_cfg->discard_tagged = !!(arg1 &
BIT_4
);
in qlcnic_get_eswitch_port_config()
H
A
D
qlcnic.h
917
#define QLCNIC_FW_CAPABILITY_2_MULTI_TX
BIT_4
930
#define QLCNIC_83XX_FW_CAPAB_ENCAP_CKO_OFFLOAD
BIT_4
1318
#define QLCNIC_SWITCH_PORT_MIRRORING
BIT_4
H
A
D
qlcnic_hdr.h
199
#define
BIT_4
0x10
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_ctx.c
1043
arg1 = id | (enable_mirroring ?
BIT_4
: 0);
in qlcnic_config_port_mirroring()
1351
arg1 |= (
BIT_4
| BIT_6 | BIT_7);
in qlcnic_config_switch_port()
1356
arg1 &= ~
BIT_4
;
in qlcnic_config_switch_port()
1426
esw_cfg->discard_tagged = !!(arg1 &
BIT_4
);
in qlcnic_get_eswitch_port_config()
H
A
D
qlcnic.h
917
#define QLCNIC_FW_CAPABILITY_2_MULTI_TX
BIT_4
930
#define QLCNIC_83XX_FW_CAPAB_ENCAP_CKO_OFFLOAD
BIT_4
1318
#define QLCNIC_SWITCH_PORT_MIRRORING
BIT_4
H
A
D
qlcnic_hdr.h
199
#define
BIT_4
0x10
macro
Completed in 151 milliseconds
1
2