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