Searched refs:NCR_700_get_depth (Results 1 – 2 of 2) sorted by relevance
629 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()630 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth) in NCR_700_scsi_done()632 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()634 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1); in NCR_700_scsi_done()1773 if(NCR_700_get_depth(SCp->device) != 0 in NCR_700_queuecommand_lck()1777 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()1780 if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) { in NCR_700_queuecommand_lck()1782 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()1785 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1); in NCR_700_queuecommand_lck()2075 return sysfs_emit(buf, "%d\n", NCR_700_get_depth(SDp)); in NCR_700_show_active_tags()
122 NCR_700_get_depth(struct scsi_device *SDp) in NCR_700_get_depth() function