Searched refs:outputJobRing (Results 1 – 2 of 2) sorted by relevance
578 s_jr0->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()579 s_jr0->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()583 s_jr1->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()584 s_jr1->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()588 s_jr2->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()589 s_jr2->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()593 s_jr3->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()594 s_jr3->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()620 jr = s_jr0->outputJobRing; in caam_out_job_ring_test_and_remove()621 jrEntries = ARRAY_SIZE(s_jr0->outputJobRing); in caam_out_job_ring_test_and_remove()[all …]
161 uint32_t outputJobRing[8]; member