Lines Matching refs:NCR_700_command_slot

310 	hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET);  in NCR_700_detect()
338 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot) in NCR_700_detect()
508 STATIC struct NCR_700_command_slot *
511 struct NCR_700_command_slot *slot = hostdata->free_list; in find_empty_slot()
541 free_slot(struct NCR_700_command_slot *slot, in free_slot()
568 struct NCR_700_command_slot *slot = in save_for_reselection()
569 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection()
579 struct NCR_700_command_slot *slot) in NCR_700_unmap()
594 struct NCR_700_command_slot *slot = in NCR_700_scsi_done()
595 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done()
975 struct NCR_700_command_slot *slot = in process_script_interrupt()
976 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1093 struct NCR_700_command_slot *slot; in process_script_interrupt()
1117 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1128 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1181 struct NCR_700_command_slot *slot; in process_script_interrupt()
1206 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1254 … %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct in process_script_interrupt()
1309 struct NCR_700_command_slot *slot = in process_selection()
1310 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection()
1390 struct NCR_700_command_slot *slot = in NCR_700_start_command()
1391 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_start_command()
1549 struct NCR_700_command_slot *slot = in NCR_700_intr()
1584 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : in NCR_700_intr()
1585 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_intr()
1755 struct NCR_700_command_slot *slot; in NCR_700_queuecommand_lck()
1908 struct NCR_700_command_slot *slot; in DEF_SCSI_QCMD()
1912 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in DEF_SCSI_QCMD()