Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c127 u16 g_sz_bytes = 0, s_sz_bytes = 0; in setup_sgio_list() local
155 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list()
156 info->scatter_components = kzalloc(s_sz_bytes, GFP_KERNEL); in setup_sgio_list()
172 info->dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in setup_sgio_list()
188 info->scatter_components, s_sz_bytes); in setup_sgio_list()