Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D53c700.c615 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()
616 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth) in NCR_700_scsi_done()
618 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()
620 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) - 1); in NCR_700_scsi_done()
1769 if(NCR_700_get_depth(SCp->device) != 0 in NCR_700_queuecommand_lck()
1773 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1776 if(NCR_700_get_depth(SCp->device) >= SCp->device->queue_depth) { in NCR_700_queuecommand_lck()
1778 NCR_700_get_depth(SCp->device)); in NCR_700_queuecommand_lck()
1781 NCR_700_set_depth(SCp->device, NCR_700_get_depth(SCp->device) + 1); in NCR_700_queuecommand_lck()
2088 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