Lines Matching defs:started
418 int active, started;
1206 dev->started++;
1564 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) {
1598 dev->started = dev->active = 0;
1658 dev->started--;
1659 if (dev->started < 0)
1660 dev_info(&dev->pdev->dev, "%s: started: %d.\n", __func__,
1661 dev->started);
1663 BUG_ON(dev->started < 0);
1810 if ((dev->prev_success == dev->success) && dev->started)
1821 "r: %08x, active: %d, started: %d, "
1823 r, dev->active, dev->started,
1986 if (dev->started + DIV_ROUND_UP(req->cryptlen, PAGE_SIZE) <= HIFN_QUEUE_LENGTH)
2047 while (dev->started < HIFN_QUEUE_LENGTH) {
2080 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen)
2460 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen)