Lines Matching defs:depth
165 static int NCR_700_change_queue_depth(struct scsi_device *SDpnt, int depth);
631 printk(KERN_ERR "Invalid depth in NCR_700_scsi_done(): %d\n",
1766 printk(KERN_WARNING "scsi%d: Command depth has gone over queue depth\n", SCp->device->host->host_no);
1778 CDEBUG(KERN_ERR, SCp, "has non zero depth %d\n",
1783 CDEBUG(KERN_ERR, SCp, "has max tag depth %d\n",
2068 NCR_700_change_queue_depth(struct scsi_device *SDp, int depth)
2070 if (depth > NCR_700_MAX_TAGS)
2071 depth = NCR_700_MAX_TAGS;
2072 return scsi_change_queue_depth(SDp, depth);