Home
last modified time | relevance | path

Searched refs:idc_control (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c3223 uint32_t timestamp, idc_control; in qla8044_collect_md_data() local
3249 idc_control = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_collect_md_data()
3250 if (idc_control & GRACEFUL_RESET_BIT1) { in qla8044_collect_md_data()
3255 (idc_control & ~GRACEFUL_RESET_BIT1)); in qla8044_collect_md_data()
H A Dqla_os.c5835 uint32_t dev_state, idc_control; in qla83xx_service_idc_aen() local
5839 qla83xx_rd_reg(base_vha, QLA83XX_IDC_CONTROL, &idc_control); in qla83xx_service_idc_aen()
5842 if (idc_control & QLA83XX_IDC_GRACEFUL_RESET) { in qla83xx_service_idc_aen()
6655 uint32_t idc_control; in qla83xx_device_bootstrap() local
6661 __qla83xx_get_idc_control(vha, &idc_control); in qla83xx_device_bootstrap()
6662 idc_control &= ~QLA83XX_IDC_GRACEFUL_RESET; in qla83xx_device_bootstrap()