Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpti.h203 #define DPTI_STATE_RESET (0x01) macro
Ddpt_i2o.c281 pHba->state &= ~DPTI_STATE_RESET; in adpt_detect()
450 if ((pHba->state) & DPTI_STATE_RESET) in adpt_queue_lck()
833 pHba->state |= DPTI_STATE_RESET; in adpt_hba_reset()
863 pHba->state &= ~DPTI_STATE_RESET; in adpt_hba_reset()
1045 pHba->state = DPTI_STATE_RESET; in adpt_install_hba()
2018 while((volatile u32) pHba->state & DPTI_STATE_RESET ) in adpt_ioctl()