Searched refs:ITL_back (Results 1 – 2 of 2) sorted by relevance
535 back = &slot->ITL_forw->ITL_back; in free_slot()537 if(slot->ITL_back == NULL) in free_slot()540 forw = &slot->ITL_back->ITL_forw; in free_slot()543 *back = slot->ITL_back; in free_slot()579 slot = slot->ITL_back; in find_ITL_Nexus()1185 s = s->ITL_back; in process_script_interrupt()1934 old = old->ITL_back; in NCR_700_queuecommand()1961 if(slot->ITL_forw != NULL && slot->ITL_forw->ITL_back != NULL) { in NCR_700_queuecommand()1967 slot->ITL_forw->ITL_back = slot; in NCR_700_queuecommand()1970 slot->ITL_back = NULL; in NCR_700_queuecommand()[all …]
211 struct NCR_700_command_slot *ITL_back; member