Searched refs:ITL_forw (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.h191 struct NCR_700_command_slot *ITL_forw; member in struct:NCR_700_command_slot
242 /* Free list, singly linked by ITL_forw elements */
H A D53c700.c349 hostdata->slots[j-1].ITL_forw = &hostdata->slots[j];
527 hostdata->free_list = slot->ITL_forw;
528 slot->ITL_forw = NULL;
556 slot->ITL_forw = hostdata->free_list;

Completed in 121 milliseconds