Searched refs:HIFN_QUEUE_LENGTH (Results 1 – 1 of 1) sorted by relevance
348 #define HIFN_QUEUE_LENGTH (HIFN_D_CMD_RSIZE - 1) macro1547 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session()1969 if (dev->started + DIV_ROUND_UP(req->cryptlen, PAGE_SIZE) <= HIFN_QUEUE_LENGTH) in hifn_handle_req()2030 while (dev->started < HIFN_QUEUE_LENGTH) { in hifn_process_queue()2063 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) in hifn_setup_crypto()2328 if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen) in hifn_tasklet_callback()