Lines Matching refs:NCR_700_command_slot
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()
986 struct NCR_700_command_slot *slot = in process_script_interrupt()
987 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1104 struct NCR_700_command_slot *slot; in process_script_interrupt()
1130 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1143 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1196 struct NCR_700_command_slot *slot; in process_script_interrupt()
1221 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1268 … %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct … in process_script_interrupt()
1323 struct NCR_700_command_slot *slot = in process_selection()
1324 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection()
1403 struct NCR_700_command_slot *slot = in NCR_700_start_command()
1404 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_start_command()
1555 struct NCR_700_command_slot *slot = in NCR_700_intr()
1590 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : in NCR_700_intr()
1591 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_intr()
1759 struct NCR_700_command_slot *slot; in NCR_700_queuecommand_lck()
1910 struct NCR_700_command_slot *slot; in DEF_SCSI_QCMD()
1914 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in DEF_SCSI_QCMD()