Searched refs:NCR_700_command_slot (Results 1 – 2 of 2) sorted by relevance
322 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); in NCR_700_detect()347 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot) in NCR_700_detect()522 STATIC struct NCR_700_command_slot *525 struct NCR_700_command_slot *slot = hostdata->free_list; in find_empty_slot()555 free_slot(struct NCR_700_command_slot *slot, in free_slot()582 struct NCR_700_command_slot *slot = in save_for_reselection()583 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection()593 struct NCR_700_command_slot *slot) in NCR_700_unmap()608 struct NCR_700_command_slot *slot = in NCR_700_scsi_done()609 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done()[all …]
170 struct NCR_700_command_slot { struct192 struct NCR_700_command_slot *ITL_forw; argument235 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;