Home
last modified time | relevance | path

Searched refs:newcount (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
Daic79xx_core.c6764 int newcount; in ahd_alloc_scbs() local
6878 newcount = min(scb_data->sense_left, scb_data->scbs_left); in ahd_alloc_scbs()
6879 newcount = min(newcount, scb_data->sgs_left); in ahd_alloc_scbs()
6880 newcount = min(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs)); in ahd_alloc_scbs()
6881 for (i = 0; i < newcount; i++) { in ahd_alloc_scbs()
Daic7xxx_core.c4936 int newcount; in ahc_alloc_scbs() local
4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()
4969 newcount = min(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs)); in ahc_alloc_scbs()
4970 for (i = 0; i < newcount; i++) { in ahc_alloc_scbs()
/drivers/s390/net/
Dqeth_core_main.c3457 int newcount = 0; in qeth_rx_refill_queue() local
3467 newcount++; in qeth_rx_refill_queue()
3471 if (newcount < count) { in qeth_rx_refill_queue()
3475 count = newcount; in qeth_rx_refill_queue()