Searched refs:HIFN_QUEUE_LENGTH (Results 1 – 1 of 1) sorted by relevance
348 #define HIFN_QUEUE_LENGTH (HIFN_D_CMD_RSIZE - 1) macro1564 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session()1986 if (dev->started + DIV_ROUND_UP(req->cryptlen, PAGE_SIZE) <= HIFN_QUEUE_LENGTH) in hifn_handle_req()2047 while (dev->started < HIFN_QUEUE_LENGTH) { in hifn_process_queue()2080 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) in hifn_setup_crypto()2460 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) in hifn_tasklet_callback()
Completed in 10 milliseconds