Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
D53c700.c599 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()
600 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth) in NCR_700_scsi_done()
602 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()
604 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1); in NCR_700_scsi_done()
1757 if(NCR_700_get_depth(SCp->device) != 0 in NCR_700_queuecommand_lck()
1761 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1764 if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) { in NCR_700_queuecommand_lck()
1766 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1769 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1); in NCR_700_queuecommand_lck()
2063 return snprintf(buf, 20, "%d\n", NCR_700_get_depth(SDp)); in NCR_700_show_active_tags()
D53c700.h123 NCR_700_get_depth(struct scsi_device *SDp) in NCR_700_get_depth() function