Lines Matching refs:NCR_700_command_slot
309 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); in NCR_700_detect()
335 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot) in NCR_700_detect()
505 STATIC struct NCR_700_command_slot *
508 struct NCR_700_command_slot *slot = hostdata->free_list; in find_empty_slot()
538 free_slot(struct NCR_700_command_slot *slot, in free_slot()
565 struct NCR_700_command_slot *slot = in save_for_reselection()
566 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection()
576 struct NCR_700_command_slot *slot) in NCR_700_unmap()
591 struct NCR_700_command_slot *slot = in NCR_700_scsi_done()
592 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done()
972 struct NCR_700_command_slot *slot = in process_script_interrupt()
973 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1090 struct NCR_700_command_slot *slot; in process_script_interrupt()
1116 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1129 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1182 struct NCR_700_command_slot *slot; in process_script_interrupt()
1207 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt()
1255 … %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct … in process_script_interrupt()
1310 struct NCR_700_command_slot *slot = in process_selection()
1311 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection()
1391 struct NCR_700_command_slot *slot = in NCR_700_start_command()
1392 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_start_command()
1550 struct NCR_700_command_slot *slot = in NCR_700_intr()
1585 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : in NCR_700_intr()
1586 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_intr()
1756 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()