Searched refs:ITLQ_forw (Results 1 – 2 of 2) sorted by relevance
518 if(slot->ITLQ_forw == NULL) in free_slot()521 back = &slot->ITLQ_forw->ITLQ_back; in free_slot()526 forw = &slot->ITLQ_back->ITLQ_forw; in free_slot()528 *forw = slot->ITLQ_forw; in free_slot()1941 slot->ITLQ_forw = hostdata->ITLQ_Hash_forw[hash]; in NCR_700_queuecommand()1944 if(slot->ITLQ_forw != NULL && slot->ITLQ_forw->ITLQ_back != NULL) { in NCR_700_queuecommand()1948 if(slot->ITLQ_forw != NULL) in NCR_700_queuecommand()1949 slot->ITLQ_forw->ITLQ_back = slot; in NCR_700_queuecommand()
212 struct NCR_700_command_slot *ITLQ_forw; member