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

Function enqueue_cop

dpdk/examples/ipsec-secgw/ipsec.c:800–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800static inline void
801enqueue_cop(struct cdev_qp *cqp, struct rte_crypto_op *cop)
802{
803 cqp->buf[cqp->len++] = cop;
804
805 if (cqp->len == MAX_PKT_BURST)
806 enqueue_cop_burst(cqp);
807}
808
809static inline void
810ipsec_enqueue(ipsec_xform_fn xform_func, struct ipsec_ctx *ipsec_ctx,

Callers 1

ipsec_enqueueFunction · 0.85

Calls 1

enqueue_cop_burstFunction · 0.85

Tested by

no test coverage detected