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

Function nitrox_qp_used_count

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

Source from the content-addressed store, hash-verified

50}
51
52static inline uint16_t
53nitrox_qp_used_count(struct nitrox_qp *qp)
54{
55 return rte_atomic16_read(&qp->pending_count);
56}
57
58static inline struct nitrox_softreq *
59nitrox_qp_get_softreq(struct nitrox_qp *qp)

Callers 1

nitrox_sym_dev_deq_burstFunction · 0.85

Calls 1

rte_atomic16_readFunction · 0.85

Tested by

no test coverage detected