Home
last modified time | relevance | path

Searched refs:BIT_7 (Results 1 – 22 of 22) sorted by relevance

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_inline.h89 if (chap_entry->flags & BIT_7) in qla4xxx_get_chap_type()
Dql4_mbx.c1654 chap_table->flags |= BIT_7; /* local */ in qla4xxx_set_chap()
1729 if (!(chap_table->flags & BIT_7)) { in qla4xxx_get_uni_chap_at_index()
1793 if (chap_table->flags & BIT_7) in qla4xxx_get_chap_index()
2073 iscsi_opts |= BIT_7; in qla4xxx_set_param_ddbentry()
Dql4_def.h87 #define BIT_7 0x80 macro
Dql4_os.c807 if (chap_table->flags & BIT_7) /* local */ in qla4xxx_get_chap_list()
3672 SET_BITVAL(sess->chap_auth_en, options, BIT_7); in qla4xxx_copy_to_fwddb_param()
5954 if (val & BIT_7) in get_fw_boot_info()
5959 if (val & BIT_7) in get_fw_boot_info()
5999 if (buf[2] & BIT_7) in get_fw_boot_info()
6003 if (buf[11] & BIT_7) in get_fw_boot_info()
6059 if (chap_table->flags & BIT_7) /* local */ in qla4xxx_get_bidi_chap()
6125 if (BIT_7 & le16_to_cpu(fw_ddb_entry->iscsi_options)) { in qla4xxx_get_boot_target()
/linux-6.6.21/drivers/scsi/
Dqla1280.c1118 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_set_target_parameters()
1144 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_set_target_parameters()
1694 #define CMD_ARGS (BIT_7 | BIT_6 | 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()
1912 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings()
2069 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_config_target()
2107 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_config_target()
2131 mb[1] = bus ? ha->bus_settings[bus].id | BIT_7 : in qla1280_config_bus()
2206 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla1280_nvram_config()
2240 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config()
[all …]
Dqla1280.h24 #define BIT_7 0x80 macro
201 #define HOST_INT BIT_7 /* host interrupt bit */
968 #define OF_DATA_OUT BIT_7 /* Data out from initiator */
970 #define OF_NO_DATA (BIT_7 | BIT_6)
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_target.h88 #define OF_DATA_OUT BIT_7 /* Data out from initiator */
90 #define OF_NO_DATA (BIT_7 | BIT_6)
479 #define CTIO7_FLAGS_STATUS_MODE_2 BIT_7
847 TRC_SRR_XRDY = BIT_7,
Dqla_def.h114 #define BIT_7 0x80 macro
422 #define SRB_DIF_BUNDL_DMA_VALID BIT_7 /* DIF: DMA list valid */
923 #define HCCR_HOST_INT BIT_7 /* Host interrupt bit */
1245 #define FO1_AE_ON_LOOP_INIT_ERR BIT_7
1416 #define MBX_7 BIT_7
2081 #define PO_DIS_HEADER_MODE BIT_7
2335 #define SCM_RDF_ACC_RECEIVED BIT_7
2603 #define NVME_PRLI_SP_CONF BIT_7
2771 #define FCF_EDIF_DELETE BIT_7
3302 FS_FCP_IS_N2N = BIT_7,
[all …]
Dqla_tmpl.h63 #define DRIVER_FLAG_SKIP_ENTRY BIT_7
Dqla_fw.h41 #define PDF_FC_TAPE BIT_7
904 #define LCF_FREE_NPORT BIT_7 /* Release NPORT handle after LOGO. */
905 #define LCF_COMMON_FEAT BIT_7 /* PLOGI - Set Common Features Field */
Dqla_sup.c602 last_image = bcode[0x15] & BIT_7; in qla2xxx_find_flt_start()
2140 poll_data &= BIT_7; in qla2x00_poll_flash()
2143 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()
3246 last_image = qla2x00_read_flash_byte(ha, pcids + 0x15) & BIT_7; in qla2x00_get_flash_version()
3374 last_image = bcode[0x15] & BIT_7; in qla82xx_get_flash_version()
3495 last_image = bcode[0x15] & BIT_7; in qla24xx_get_flash_version()
Dqla_init.c4477 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4490 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options()
4495 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
4820 BIT_7) != 0; in qla2x00_init_rings()
5247 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
5251 nv->special_options[1] = BIT_7; in qla2x00_nvram_config()
5254 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
5349 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
5372 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
6838 if (mb[10] & BIT_7) in qla2x00_fabric_login()
[all …]
Dqla_mbx.c695 #define EXE_FW_FORCE_SEMAPHORE BIT_7 in qla2x00_execute_fw()
2072 if (pd24->prli_svc_param_word_3[0] & BIT_7) in qla2x00_get_port_database()
2602 if (lg->io_parameter[0] & cpu_to_le32(BIT_7)) in qla24xx_login_fabric()
2603 mb[10] |= BIT_7; /* Confirmed Completion in qla24xx_login_fabric()
6367 else if (subcode & (BIT_6 | BIT_7)) { in qla83xx_access_control()
6405 mcp->mb[10] = BIT_7 | 0x40; in qla2x00_dump_mctp_data()
6718 if (pd->prli_svc_param_word_3[0] & BIT_7) { in __qla24xx_parse_gpdb()
Dqla_gs.c342 if (gid_data->control_byte & BIT_7) { in qla2x00_gid_pt()
1111 if (entry[0] & BIT_7) { in qla2x00_sns_gid_pt()
2621 case BIT_7: in qla2x00_port_speed_capability()
Dqla_target.c4880 if (wd3_lo & BIT_7) in qlt_handle_login()
5118 if (wd3_lo & BIT_7) in qlt_24xx_handle_els()
Dqla_os.c5411 if (wd3_lo & BIT_7) in qla24xx_create_new_sess()
6510 uint16_t options = (requester_id << 15) | BIT_7; in qla83xx_idc_unlock()
Dqla_isr.c2566 if (iop[0] & BIT_7) in qla24xx_logio_entry()
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1351 arg1 |= (BIT_4 | BIT_6 | BIT_7); in qlcnic_config_switch_port()
1360 arg1 &= ~BIT_7; in qlcnic_config_switch_port()
1429 esw_cfg->mac_override = !!(arg1 & BIT_7); in qlcnic_get_eswitch_port_config()
Dqlcnic_hdr.h202 #define BIT_7 0x80 macro
Dqlcnic_minidump.c30 #define QLCNIC_DUMP_MOD_SAVE_ST BIT_7
31 #define QLCNIC_DUMP_SKIP BIT_7
Dqlcnic.h924 #define QLCNIC_FW_CAPABILITY_2_BEACON BIT_7
Dqlcnic_sriov_common.c394 if (status & BIT_7) in qlcnic_sriov_get_vf_vport_info()