Home
last modified time | relevance | path

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

/trueos/sys/dev/isp/
HDisp_freebsd.c984 inot_private_data_t *restart_queue; in isp_tmcmd_restart() local
994 if ((restart_queue = tptr->restart_queue) != NULL) in isp_tmcmd_restart()
995 tptr->restart_queue = NULL; in isp_tmcmd_restart()
996 while (restart_queue) { in isp_tmcmd_restart()
997 ntp = restart_queue; in isp_tmcmd_restart()
998 restart_queue = ntp->rd.nt.nt_hba; in isp_tmcmd_restart()
1007 if (tptr->restart_queue && restart_queue != NULL) { in isp_tmcmd_restart()
1008 ntp = tptr->restart_queue; in isp_tmcmd_restart()
1009 tptr->restart_queue = restart_queue; in isp_tmcmd_restart()
1010 while (restart_queue->rd.nt.nt_hba) { in isp_tmcmd_restart()
[all …]
HDisp_freebsd.h176 inot_private_data_t * restart_queue; member