Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D53c700.c614 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()
615 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth) in NCR_700_scsi_done()
617 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()
619 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1); in NCR_700_scsi_done()
1772 if(NCR_700_get_depth(SCp->device) != 0 in NCR_700_queuecommand_lck()
1776 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1779 if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) { in NCR_700_queuecommand_lck()
1781 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1784 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1); in NCR_700_queuecommand_lck()
2091 return snprintf(buf, 20, "%d\n", NCR_700_get_depth(SDp)); in NCR_700_show_active_tags()
D53c700.h121 NCR_700_get_depth(struct scsi_device *SDp) in NCR_700_get_depth() function