Home
last modified time | relevance | path

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

/drivers/scsi/
Ddpti.h200 #define DPTI_STATE_RESET (0x01) macro
Ddpt_i2o.c278 pHba->state &= ~DPTI_STATE_RESET; in adpt_detect()
447 if ((pHba->state) & DPTI_STATE_RESET) in adpt_queue_lck()
788 pHba->state |= DPTI_STATE_RESET; in adpt_hba_reset()
818 pHba->state &= ~DPTI_STATE_RESET; in adpt_hba_reset()
1000 pHba->state = DPTI_STATE_RESET; in adpt_install_hba()
1973 while((volatile u32) pHba->state & DPTI_STATE_RESET ) in adpt_ioctl()