Home
last modified time | relevance | path

Searched refs:isp_state (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/isp/
H A Disp.c158 isp->isp_state = ISP_NILSTATE; in isp_reset()
598 isp->isp_state = ISP_RESETSTATE; in isp_reset()
619 isp->isp_state = ISP_NILSTATE; in isp_stop()
640 if (isp->isp_state >= ISP_RESETSTATE) in isp_shutdown()
675 isp->isp_state = ISP_INITSTATE; in isp_init()
1016 isp->isp_state = ISP_RUNSTATE; in isp_init()
2634 if (isp->isp_state != ISP_RUNSTATE) { in isp_start()
3075 if (isp->isp_state != ISP_RUNSTATE) { in isp_intr_respq()
3289 isp->isp_state = ISP_CRASHED; in isp_intr_async()
4294 if (isp->isp_state > ISP_RESETSTATE) in isp_reinit()
[all …]
H A Dispvar.h466 volatile u_int isp_state; member
H A Disp_freebsd.c1683 if (isp->isp_state != ISP_RUNSTATE) { in isp_handle_platform_target_notify_ack()