Home
last modified time | relevance | path

Searched refs:vqx_dack_cnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c579 union cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
581 vqx_dack_cnt.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_ack()
583 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
585 vqx_dack_cnt.u); in cptvf_write_vq_done_ack()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c562 union otx_cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
564 vqx_dack_cnt.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
565 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
566 writeq(vqx_dack_cnt.u, cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c576 union cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
578 vqx_dack_cnt.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_ack()
580 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
582 vqx_dack_cnt.u); in cptvf_write_vq_done_ack()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c559 union otx_cptx_vqx_done_ack vqx_dack_cnt; in cptvf_write_vq_done_ack() local
561 vqx_dack_cnt.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
562 vqx_dack_cnt.s.done_ack = ackcnt; in cptvf_write_vq_done_ack()
563 writeq(vqx_dack_cnt.u, cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()

Completed in 6 milliseconds