Home
last modified time | relevance | path

Searched refs:hlf_q_num (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec.h126 u32 hlf_q_num; member
H A Dsec_crypto.c73 ctx->hlf_q_num; in sec_alloc_queue_id()
75 return (u32)atomic_inc_return(&ctx->dec_qcyclic) % ctx->hlf_q_num + in sec_alloc_queue_id()
76 ctx->hlf_q_num; in sec_alloc_queue_id()
453 ctx->hlf_q_num = sec->ctx_q_num >> 1; in sec_ctx_base_init()