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

Function nitrox_qp_get_softreq

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

Source from the content-addressed store, hash-verified

56}
57
58static inline struct nitrox_softreq *
59nitrox_qp_get_softreq(struct nitrox_qp *qp)
60{
61 uint32_t tail = qp->tail % qp->count;
62
63 rte_smp_rmb();
64 return qp->ridq[tail].sr;
65}
66
67static inline void
68nitrox_ring_dbell(struct nitrox_qp *qp, uint16_t cnt)

Callers 1

nitrox_deq_single_opFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected