Lines Matching refs:NCR_700_command_slot

321 	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()
985 struct NCR_700_command_slot *slot = in process_script_interrupt()
986 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1103 struct NCR_700_command_slot *slot; in process_script_interrupt()
1129 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1142 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1195 struct NCR_700_command_slot *slot; in process_script_interrupt()
1220 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1267 … %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct in process_script_interrupt()
1322 struct NCR_700_command_slot *slot = in process_selection()
1323 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection()
1402 struct NCR_700_command_slot *slot = in NCR_700_start_command()
1403 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_start_command()
1554 struct NCR_700_command_slot *slot = in NCR_700_intr()
1589 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : in NCR_700_intr()
1590 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_intr()
1758 struct NCR_700_command_slot *slot; in NCR_700_queuecommand_lck()
1909 struct NCR_700_command_slot *slot; in DEF_SCSI_QCMD()
1913 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in DEF_SCSI_QCMD()