Lines Matching refs:depth
164 static int NCR_700_change_queue_depth(struct scsi_device *SDpnt, int depth);
630 printk(KERN_ERR "Invalid depth in NCR_700_scsi_done(): %d\n",
1763 printk(KERN_WARNING "scsi%d: Command depth has gone over queue depth\n", SCp->device->host->host_no);
1775 CDEBUG(KERN_ERR, SCp, "has non zero depth %d\n",
1780 CDEBUG(KERN_ERR, SCp, "has max tag depth %d\n",
2062 NCR_700_change_queue_depth(struct scsi_device *SDp, int depth)
2064 if (depth > NCR_700_MAX_TAGS)
2065 depth = NCR_700_MAX_TAGS;
2066 return scsi_change_queue_depth(SDp, depth);