sglist_component   48 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	struct sglist_component *sg_ptr = NULL;
sglist_component   73 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	sg_ptr = (struct sglist_component *)buffer;
sglist_component  135 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	g_sz_bytes = ((req->incnt + 3) / 4) * sizeof(struct sglist_component);
sglist_component  152 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component);