Home
last modified time | relevance | path

Searched refs:lf_inprog (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/crypto/marvell/octeontx2/
Dotx2_cptlf.h209 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_do_disable_iqueue() local
218 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, in otx2_cptlf_do_disable_iqueue()
220 if (!lf_inprog.s.inflight) in otx2_cptlf_do_disable_iqueue()
236 lf_inprog.s.eena = 0x0; in otx2_cptlf_do_disable_iqueue()
238 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_do_disable_iqueue()
271 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_set_iqueue_exec() local
273 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, lf->slot, in otx2_cptlf_set_iqueue_exec()
277 lf_inprog.s.eena = enable ? 0x1 : 0x0; in otx2_cptlf_set_iqueue_exec()
279 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_set_iqueue_exec()