Home
last modified time | relevance | path

Searched refs:ITLQ_forw (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c700.c518 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()
D53c700.h212 struct NCR_700_command_slot *ITLQ_forw; member