gather_components  136 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	info->gather_components = kzalloc(g_sz_bytes, GFP_KERNEL);
gather_components  137 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	if (!info->gather_components) {
gather_components  144 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 				    info->gather_components);
gather_components  182 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	memcpy(&info->in_buffer[8], info->gather_components,
gather_components  309 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	kzfree(info->gather_components);
gather_components  100 drivers/crypto/cavium/cpt/request_manager.h 	u8 *gather_components;