Searched refs:outputJobRing (Results 1 – 2 of 2) sorted by relevance
493 s_jr0->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()494 s_jr0->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()498 s_jr1->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()499 s_jr1->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()503 s_jr2->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()504 s_jr2->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()508 s_jr3->outputJobRing[outIndex++] = 0; /* clear descriptor address */ in caam_out_job_ring_remove()509 s_jr3->outputJobRing[outIndex] = 0; /* clear status */ in caam_out_job_ring_remove()535 jr = s_jr0->outputJobRing; in caam_out_job_ring_test_and_remove()536 jrEntries = ARRAY_SIZE(s_jr0->outputJobRing); in caam_out_job_ring_test_and_remove()[all …]
154 uint32_t outputJobRing[8]; member