Home
last modified time | relevance | path

Searched refs:HIFN_QUEUE_LENGTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dhifn_795x.c348 #define HIFN_QUEUE_LENGTH (HIFN_D_CMD_RSIZE - 1) macro
1564 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()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dhifn_795x.c348 #define HIFN_QUEUE_LENGTH (HIFN_D_CMD_RSIZE - 1) macro
1564 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 9 milliseconds