Searched refs:restart_queue (Results 1 – 2 of 2) sorted by relevance
984 inot_private_data_t *restart_queue; in isp_tmcmd_restart() local994 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 …]
176 inot_private_data_t * restart_queue; member