Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/hisilicon/sec/
Dsec_drv.h10 #define SEC_MAX_SGE_NUM 64 macro
20 #define SEC_MAX_SGE_NUM 64 macro
390 struct sec_hw_sge sge_entries[SEC_MAX_SGE_NUM];
Dsec_algs.c190 sge_index = i % SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()
203 sgl_current->entry_sum_in_sgl = SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()
213 sgl_current->entry_sum_in_sgl = count % SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()