NCR_700_get_depth  599 drivers/scsi/53c700.c 		if(NCR_700_get_depth(SCp->device) == 0 ||
NCR_700_get_depth  600 drivers/scsi/53c700.c 		   NCR_700_get_depth(SCp->device) > SCp->device->queue_depth)
NCR_700_get_depth  602 drivers/scsi/53c700.c 			       NCR_700_get_depth(SCp->device));
NCR_700_get_depth  604 drivers/scsi/53c700.c 		NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1);
NCR_700_get_depth 1757 drivers/scsi/53c700.c 	if(NCR_700_get_depth(SCp->device) != 0
NCR_700_get_depth 1761 drivers/scsi/53c700.c 		       NCR_700_get_depth(SCp->device));
NCR_700_get_depth 1764 drivers/scsi/53c700.c 	if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) {
NCR_700_get_depth 1766 drivers/scsi/53c700.c 		       NCR_700_get_depth(SCp->device));
NCR_700_get_depth 1769 drivers/scsi/53c700.c 	NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1);
NCR_700_get_depth 2063 drivers/scsi/53c700.c 	return snprintf(buf, 20, "%d\n", NCR_700_get_depth(SDp));