cpt_res_s         287 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 				 sizeof(union cpt_res_s), DMA_BIDIRECTIONAL);
cpt_res_s         336 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	union cpt_res_s *status = NULL;
cpt_res_s         355 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 		status = (union cpt_res_s *)pentry->completion_addr;
cpt_res_s         416 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	union cpt_res_s *result = NULL;
cpt_res_s         446 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	info->completion_addr = kzalloc(sizeof(union cpt_res_s), GFP_KERNEL);
cpt_res_s         453 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	result = (union cpt_res_s *)info->completion_addr;
cpt_res_s         457 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 					       sizeof(union cpt_res_s),
cpt_res_s         461 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 			sizeof(union cpt_res_s));