Lines Matching refs:ITL_forw
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()
1966 if(slot->ITL_forw != NULL) in NCR_700_queuecommand()
1967 slot->ITL_forw->ITL_back = slot; in NCR_700_queuecommand()