Home
last modified time | relevance | path

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

/Linux-v4.19/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.c172 sge_index = i % SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()
185 sgl_current->entry_sum_in_sgl = SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()
195 sgl_current->entry_sum_in_sgl = count % SEC_MAX_SGE_NUM; in sec_alloc_and_fill_hw_sgl()