Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDisp_freebsd.c960 inot_private_data_t *restart_queue; in isp_tmcmd_restart() local
970 if ((restart_queue = tptr->restart_queue) != NULL) in isp_tmcmd_restart()
971 tptr->restart_queue = NULL; in isp_tmcmd_restart()
972 while (restart_queue) { in isp_tmcmd_restart()
973 ntp = restart_queue; in isp_tmcmd_restart()
974 restart_queue = ntp->rd.nt.nt_hba; in isp_tmcmd_restart()
983 if (tptr->restart_queue && restart_queue != NULL) { in isp_tmcmd_restart()
984 ntp = tptr->restart_queue; in isp_tmcmd_restart()
985 tptr->restart_queue = restart_queue; in isp_tmcmd_restart()
986 while (restart_queue->rd.nt.nt_hba) { in isp_tmcmd_restart()
[all …]
HDisp_freebsd.h176 inot_private_data_t * restart_queue; member