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

Function nitrox_qp_is_empty

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

Source from the content-addressed store, hash-verified

44}
45
46static inline bool
47nitrox_qp_is_empty(struct nitrox_qp *qp)
48{
49 return (rte_atomic16_read(&qp->pending_count) == 0);
50}
51
52static inline uint16_t
53nitrox_qp_used_count(struct nitrox_qp *qp)

Callers 1

Calls 1

rte_atomic16_readFunction · 0.85

Tested by

no test coverage detected