Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
D53c700.h193 struct NCR_700_command_slot *ITL_forw; member
D53c700.c331 hostdata->slots[j-1].ITL_forw = &hostdata->slots[j]; in NCR_700_detect()
509 hostdata->free_list = slot->ITL_forw; in find_empty_slot()
510 slot->ITL_forw = NULL; in find_empty_slot()
538 slot->ITL_forw = hostdata->free_list; in free_slot()