Searched refs:NCR_700_command_slot (Results 1 – 2 of 2) sorted by relevance
310 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); in NCR_700_detect()337 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot) in NCR_700_detect()507 STATIC struct NCR_700_command_slot *510 struct NCR_700_command_slot *slot = hostdata->free_list; in find_empty_slot()540 free_slot(struct NCR_700_command_slot *slot, in free_slot()567 struct NCR_700_command_slot *slot = in save_for_reselection()568 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection()578 struct NCR_700_command_slot *slot) in NCR_700_unmap()593 struct NCR_700_command_slot *slot = in NCR_700_scsi_done()594 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done()[all …]
169 struct NCR_700_command_slot { struct191 struct NCR_700_command_slot *ITL_forw; argument233 struct NCR_700_command_slot *slots;234 #define TOTAL_MEM_SIZE (SLOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700…243 struct NCR_700_command_slot *free_list;