Home
last modified time | relevance | path

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

/drivers/scsi/
Dqla1280.c1158 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_set_target_parameters()
1184 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_set_target_parameters()
1865 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings()
1879 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings()
2036 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_config_target()
2074 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8); in qla1280_config_target()
2098 mb[1] = bus ? ha->bus_settings[bus].id | BIT_7 : in qla1280_config_bus()
2174 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0); in qla1280_nvram_config()
2215 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config()
2598 mb[1] = (bus ? (target | BIT_7) : target) << 8; in qla1280_device_reset()
[all …]
Dqla1280.h33 #define BIT_7 0x80 macro
210 #define HOST_INT BIT_7 /* host interrupt bit */
975 #define OF_DATA_OUT BIT_7 /* Data out from initiator */
977 #define OF_NO_DATA (BIT_7 | BIT_6)
/drivers/scsi/qla2xxx/
Dqla_def.h61 #define BIT_7 0x80 macro
212 #define SRB_FAILOVER BIT_7 /* Command in failover state */
327 #define HCCR_HOST_INT BIT_7 /* Host interrupt bit */
522 #define FO1_AE_ON_LOOP_INIT_ERR BIT_7
661 #define MBX_7 BIT_7
1587 #define FCF_FARP_DONE BIT_7
2113 #define QLA_MSIX_FW_MODE(m) (((m) & (BIT_7|BIT_8|BIT_9)) >> 7)
2340 #define DT_ISP2422 BIT_7
Dqla_mid.c749 if (qos & BIT_7) in qla25xx_create_queues()
752 qos & ~BIT_7); in qla25xx_create_queues()
Dqla_sup.c588 last_image = bcode[0x15] & BIT_7; in qla2xxx_find_flt_start()
1713 poll_data &= BIT_7; in qla2x00_poll_flash()
1716 if ((flash_data & BIT_7) == poll_data) { in qla2x00_poll_flash()
2460 last_image = qla2x00_read_flash_byte(ha, pcids + 0x15) & BIT_7; in qla2x00_get_flash_version()
2581 last_image = bcode[0x15] & BIT_7; in qla24xx_get_flash_version()
Dqla_init.c1097 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
1110 (BIT_7 | BIT_6 | BIT_5)) >> 5; in qla2x00_update_fw_options()
1115 (BIT_7 | BIT_6 | BIT_5 | BIT_4)) >> 4; in qla2x00_update_fw_options()
1697 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
1701 nv->special_options[1] = BIT_7; in qla2x00_nvram_config()
1704 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
1749 nv->special_options[1] = BIT_7; in qla2x00_nvram_config()
1812 if (nv->host_p[1] & BIT_7) { in qla2x00_nvram_config()
1830 if (nv->host_p[0] & BIT_7) in qla2x00_nvram_config()
Dqla_fw.h34 #define PDF_FC_TAPE BIT_7
665 #define LCF_FREE_NPORT BIT_7 /* Release NPORT handle after LOGO. */
Dqla_gs.c299 if (gid_data->control_byte & BIT_7) { in qla2x00_gid_pt()
844 if (entry[0] & BIT_7) { in qla2x00_sns_gid_pt()
Dqla_os.c328 (BIT_4 | BIT_5 | BIT_6 | BIT_7 | BIT_8 | BIT_9)) >> 4; in qla24xx_pci_info_str()
/drivers/scsi/qla4xxx/
Dql4_def.h62 #define BIT_7 0x80 macro