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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c622 if(NCR_700_get_depth(SCp->device) == 0 ||
623 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth)
625 NCR_700_get_depth(SCp->device));
627 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1);
1758 if(NCR_700_get_depth(SCp->device) != 0
1762 NCR_700_get_depth(SCp->device));
1765 if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) {
1767 NCR_700_get_depth(SCp->device));
1770 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1);
2103 return snprintf(buf, 20, "%d\n", NCR_700_get_depth(SD
[all...]
H A D53c700.h121 NCR_700_get_depth(struct scsi_device *SDp) function

Completed in 101 milliseconds