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

Function nitrox_qp_dequeue

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

Source from the content-addressed store, hash-verified

90}
91
92static inline void
93nitrox_qp_dequeue(struct nitrox_qp *qp)
94{
95 qp->tail++;
96 rte_atomic16_dec(&qp->pending_count);
97}
98
99int nitrox_qp_setup(struct nitrox_qp *qp, uint8_t *bar_addr,
100 const char *dev_name, uint32_t nb_descriptors,

Callers 1

nitrox_deq_single_opFunction · 0.85

Calls 1

rte_atomic16_decFunction · 0.50

Tested by

no test coverage detected