Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Ddpti.h204 #define DPTI_STATE_RESET (0x01) macro
Ddpt_i2o.c278 pHba->state &= ~DPTI_STATE_RESET; in adpt_detect()
449 if ((pHba->state) & DPTI_STATE_RESET) in adpt_queue_lck()
830 pHba->state |= DPTI_STATE_RESET; in adpt_hba_reset()
860 pHba->state &= ~DPTI_STATE_RESET; in adpt_hba_reset()
1042 pHba->state = DPTI_STATE_RESET; in adpt_install_hba()
2010 while((volatile u32) pHba->state & DPTI_STATE_RESET ) in adpt_ioctl()