Home
last modified time | relevance | path

Searched refs:BIT_6 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/scsi/
H A Dqla1280.h23 #define BIT_6 0x40 macro
126 #define ISP_CFG1_F128 BIT_6 /* 128-byte FIFO threshold */
966 #define OF_DATA_IN BIT_6 /* Data in to initiator */
970 #define OF_NO_DATA (BIT_7 | BIT_6)
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h86 #define OF_DATA_IN BIT_6 /* Data in to initiator */
90 #define OF_NO_DATA (BIT_7 | BIT_6)
479 #define CTIO7_FLAGS_STATUS_MODE_1 BIT_6
858 TRC_SRR_RSP = BIT_6,
H A Dqla_init.c4602 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4615 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options()
4620 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4820 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings()
4969 BIT_6) != 0; in qla2x00_init_rings()
5440 nv->firmware_options[0] |= (BIT_6 | BIT_1); in qla2x00_nvram_config()
5448 nv->special_options[0] &= ~BIT_6; in qla2x00_nvram_config()
5467 if ((nv->add_firmware_options[0] & (BIT_6 | BIT_5 | BIT_4)) == in qla2x00_nvram_config()
5470 nv->add_firmware_options[0] &= ~(BIT_6 | BIT_5 | BIT_4); in qla2x00_nvram_config()
5500 if ((icb->firmware_options[1] & BIT_6) == 0) { in qla2x00_nvram_config()
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c1351 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port()
1358 arg1 &= ~BIT_6; in qlcnic_config_switch_port()
1428 esw_cfg->promisc_mode = !!(arg1 & BIT_6); in qlcnic_get_eswitch_port_config()
H A Dqlcnic_83xx_hw.h58 #define QLC_83XX_FW_CAPABILITY_TSO BIT_6
H A Dqlcnic_hdr.h201 #define BIT_6 0x40 macro
H A Dqlcnic_sriov_pf.c390 cmd.req.arg[1] = ((func & 0xf) << 2) | BIT_6 | BIT_1; in qlcnic_sriov_pf_cfg_eswitch()
710 cmd.req.arg[2] |= BIT_6; in qlcnic_sriov_set_vf_acl()
H A Dqlcnic_minidump.c29 #define QLCNIC_DUMP_WRT_SAVED BIT_6
H A Dqlcnic_sriov_common.c391 if (status & BIT_6) in qlcnic_sriov_get_vf_vport_info()
H A Dqlcnic_main.c1306 if (adapter->ahw->capabilities & BIT_6) { in qlcnic_initialize_nic()
/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h86 #define BIT_6 0x40 macro
H A Dql4_mbx.c1653 chap_table->flags |= BIT_6; /* peer */ in qla4xxx_set_chap()
1803 if (chap_table->flags & BIT_6) in qla4xxx_get_chap_index()
H A Dql4_os.c811 if (chap_table->flags & BIT_6) /* peer */ in qla4xxx_get_chap_list()
3663 SET_BITVAL(sess->auto_snd_tgt_disable, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
3676 SET_BITVAL(conn->snack_req_en, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
3685 SET_BITVAL(conn->tcp_timestamp_stat, options, BIT_6); in qla4xxx_copy_to_fwddb_param()
6066 if (!(chap_table->flags & BIT_6)) /* Not BIDI */ in qla4xxx_get_bidi_chap()