Home
last modified time | relevance | path

Searched refs:BIT_4 (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.h21 #define EDIF_SA_CTL_FLG_CLEANUP_DEL BIT_4
H A Dqla_target.h482 #define CTIO7_FLAGS_CONFIRM_SATISF BIT_4
545 #define CTIO_CRC_SF_DIF_CHOPPED BIT_4
753 #define NOTIFY_ACK_TM_RESP_CODE_VALID BIT_4
856 TRC_XMIT_DATA = BIT_4,
H A Dqla_init.c874 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event()
919 if ((e->prli_svc_param_word_3[0] & BIT_4) == 0) in qla24xx_handle_gnl_done_event()
4598 (BIT_4 | BIT_3)) >> 3; in qla2x00_update_fw_options()
4602 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4620 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4695 ha->fw_options[2] |= BIT_4; in qla24xx_update_fw_options()
4697 ha->fw_options[2] &= ~(BIT_4); in qla24xx_update_fw_options()
5394 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config()
5401 nv->add_firmware_options[1] = BIT_5 | BIT_4; in qla2x00_nvram_config()
5441 nv->firmware_options[0] &= ~(BIT_5 | BIT_4); in qla2x00_nvram_config()
[all …]
/linux/drivers/scsi/
H A Dqla1280.h21 #define BIT_4 0x10 macro
127 #define ISP_CFG1_F64 BIT_4|BIT_5 /* 128-byte FIFO threshold */
129 #define ISP_CFG1_F16 BIT_4 /* 128-byte FIFO threshold */
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h84 #define BIT_4 0x10 macro
241 #define SRB_GOT_SENSE BIT_4 /* sense data received. */
H A Dql4_os.c3664 SET_BITVAL(sess->discovery_sess, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3678 SET_BITVAL(sess->bidi_chap_en, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3687 SET_BITVAL(conn->tcp_wsf_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
3695 SET_BITVAL(conn->fragment_disable, options, BIT_4); in qla4xxx_copy_to_fwddb_param()
6147 if (BIT_4 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
H A Dql4_mbx.c2095 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1043 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 Dqlcnic_hdr.h199 #define BIT_4 0x10 macro
H A Dqlcnic_minidump.c27 #define QLCNIC_DUMP_POLLCRB BIT_4
H A Dqlcnic_sriov_common.c387 if (status & BIT_4) in qlcnic_sriov_get_vf_vport_info()
H A Dqlcnic_io.c367 #define QLCNIC_ENCAP_DO_L3_CSUM BIT_4