Lines Matching refs:NCR_700_command_slot
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()
974 struct NCR_700_command_slot *slot = in process_script_interrupt()
975 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1092 struct NCR_700_command_slot *slot; in process_script_interrupt()
1118 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1131 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1184 struct NCR_700_command_slot *slot; in process_script_interrupt()
1209 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1257 … %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct … in process_script_interrupt()
1312 struct NCR_700_command_slot *slot = in process_selection()
1313 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection()
1393 struct NCR_700_command_slot *slot = in NCR_700_start_command()
1394 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_start_command()
1552 struct NCR_700_command_slot *slot = in NCR_700_intr()
1587 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : in NCR_700_intr()
1588 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_intr()
1758 struct NCR_700_command_slot *slot; in NCR_700_queuecommand_lck()
1911 struct NCR_700_command_slot *slot; in DEF_SCSI_QCMD()
1915 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in DEF_SCSI_QCMD()