Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_hw_access.c141 union otx2_cpt_lf_ctl lf_ctl; in otx2_cpt_iq_enable() local
173 lf_ctl.u = otx2_read64(qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_enable()
174 lf_ctl.s.ena = 1; in otx2_cpt_iq_enable()
175 otx2_write64(lf_ctl.u, qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_enable()