Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c125 u16 g_sz_bytes = 0, s_sz_bytes = 0; in setup_sgio_list() local
136 g_sz_bytes = ((req->incnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list()
137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
170 info->dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in setup_sgio_list()
183 g_sz_bytes); in setup_sgio_list()
184 memcpy(&info->in_buffer[8 + g_sz_bytes], in setup_sgio_list()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c164 u16 g_sz_bytes, s_sz_bytes; in info_create() local
173 g_sz_bytes = ((req->in_cnt + 3) / 4) * in info_create()
178 dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in info_create()
204 &info->in_buffer[8 + g_sz_bytes])) { in info_create()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c175 u16 g_sz_bytes, s_sz_bytes; in setup_sgio_list() local
185 g_sz_bytes = ((req->incnt + 3) / 4) * in setup_sgio_list()
190 dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in setup_sgio_list()
218 &info->in_buffer[8 + g_sz_bytes])) { in setup_sgio_list()