Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_reqmgr.c586 union nps_pkt_slc_cnts slc_cnts; in pkt_slc_resp_tasklet() local
589 slc_cnts.value = readq(cmdq->compl_cnt_csr_addr); in pkt_slc_resp_tasklet()
591 slc_cnts.s.resend = 1; in pkt_slc_resp_tasklet()
599 writeq(slc_cnts.value, cmdq->compl_cnt_csr_addr); in pkt_slc_resp_tasklet()
Dnitrox_isr.c30 union nps_pkt_slc_cnts slc_cnts; in nps_pkt_slc_isr() local
33 slc_cnts.value = readq(cmdq->compl_cnt_csr_addr); in nps_pkt_slc_isr()
35 if (slc_cnts.s.slc_int) in nps_pkt_slc_isr()