Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
D53c700.c321 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); in NCR_700_detect()
346 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot) in NCR_700_detect()
521 STATIC struct NCR_700_command_slot *
524 struct NCR_700_command_slot *slot = hostdata->free_list; in find_empty_slot()
554 free_slot(struct NCR_700_command_slot *slot, in free_slot()
581 struct NCR_700_command_slot *slot = in save_for_reselection()
582 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection()
592 struct NCR_700_command_slot *slot) in NCR_700_unmap()
607 struct NCR_700_command_slot *slot = in NCR_700_scsi_done()
608 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done()
[all …]
D53c700.h170 struct NCR_700_command_slot { struct
192 struct NCR_700_command_slot *ITL_forw; argument
235 struct NCR_700_command_slot *slots;
236 #define TOTAL_MEM_SIZE (SLOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700…
245 struct NCR_700_command_slot *free_list;