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

Function rte_bbdev_dequeue_dec_ops

dpdk/lib/bbdev/rte_bbdev.h:777–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775 */
776
777static inline uint16_t
778rte_bbdev_dequeue_dec_ops(uint16_t dev_id, uint16_t queue_id,
779 struct rte_bbdev_dec_op **ops, uint16_t num_ops)
780{
781 struct rte_bbdev *dev = &rte_bbdev_devices[dev_id];
782 struct rte_bbdev_queue_data *q_data = &dev->data->queues[queue_id];
783 return dev->dequeue_dec_ops(q_data, ops, num_ops);
784}
785
786
787/**

Callers 8

dequeue_event_callbackFunction · 0.85
throughput_pmd_lcore_decFunction · 0.85
bler_pmd_lcore_turbo_decFunction · 0.85
latency_test_decFunction · 0.85
offload_latency_test_decFunction · 0.85
test_bbdev_statsFunction · 0.85
run_decodingFunction · 0.85

Calls

no outgoing calls

Tested by 7

dequeue_event_callbackFunction · 0.68
throughput_pmd_lcore_decFunction · 0.68
bler_pmd_lcore_turbo_decFunction · 0.68
latency_test_decFunction · 0.68
offload_latency_test_decFunction · 0.68
test_bbdev_statsFunction · 0.68