Home
last modified time | relevance | path

Searched refs:NCR_700_get_depth (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c700.c705 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()
706 NCR_700_get_depth(SCp->device) > NCR_700_MAX_TAGS) in NCR_700_scsi_done()
708 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()
710 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1); in NCR_700_scsi_done()
1829 …:%2d %4d %4d %4d\n", SDp->id, SDp->lun, SDp->queue_depth, NCR_700_get_depth(SDp), SDp->c… in NCR_700_proc_directory_info()
1855 if(NCR_700_get_depth(SCp->device) != 0 && !(hostdata->tag_negotiated & (1<<SCp->target))) { in NCR_700_queuecommand()
1858 NCR_700_get_depth(SCp->device))); in NCR_700_queuecommand()
1861 if(NCR_700_get_depth(SCp->device) >= NCR_700_MAX_TAGS) { in NCR_700_queuecommand()
1864 NCR_700_get_depth(SCp->device))); in NCR_700_queuecommand()
1867 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1); in NCR_700_queuecommand()
[all …]
D53c700.h132 NCR_700_get_depth(Scsi_Device *SDp) in NCR_700_get_depth() function