MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nitrox_ring_dbell

Function nitrox_ring_dbell

dpdk/drivers/crypto/nitrox/nitrox_qp.h:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static inline void
68nitrox_ring_dbell(struct nitrox_qp *qp, uint16_t cnt)
69{
70 struct command_queue *cmdq = &qp->cmdq;
71
72 if (!cnt)
73 return;
74
75 rte_io_wmb();
76 rte_write64(cnt, cmdq->dbell_csr_addr);
77}
78
79static inline void
80nitrox_qp_enqueue(struct nitrox_qp *qp, void *instr, struct nitrox_softreq *sr)

Callers 1

nitrox_sym_dev_enq_burstFunction · 0.85

Calls 1

rte_write64Function · 0.50

Tested by

no test coverage detected