Searched refs:ITL_forw (Results 1 – 2 of 2) sorted by relevance
306 hostdata->slots[j-1].ITL_forw = &hostdata->slots[j]; in NCR_700_detect()486 hostdata->free_list = slot->ITL_forw; in find_empty_slot()487 slot->ITL_forw = NULL; in find_empty_slot()532 if(slot->ITL_forw == NULL) in free_slot()535 back = &slot->ITL_forw->ITL_back; in free_slot()540 forw = &slot->ITL_back->ITL_forw; in free_slot()542 *forw = slot->ITL_forw; in free_slot()548 slot->ITL_forw = hostdata->free_list; in free_slot()1958 slot->ITL_forw = hostdata->ITL_Hash_forw[hash]; in NCR_700_queuecommand()1961 if(slot->ITL_forw != NULL && slot->ITL_forw->ITL_back != NULL) { in NCR_700_queuecommand()[all …]
210 struct NCR_700_command_slot *ITL_forw; member