Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
D53c700.c628 if(NCR_700_get_depth(SCp->device) == 0 || in NCR_700_scsi_done()
629 NCR_700_get_depth(SCp->device) > SCp->device->queue_depth) in NCR_700_scsi_done()
631 NCR_700_get_depth(SCp->device)); in NCR_700_scsi_done()
633 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()
2074 return snprintf(buf, 20, "%d\n", NCR_700_get_depth(SDp)); in NCR_700_show_active_tags()
D53c700.h122 NCR_700_get_depth(struct scsi_device *SDp) in NCR_700_get_depth() function