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

Function iq_count

dpdk/drivers/event/sw/iq_chunk.h:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23static __rte_always_inline uint16_t
24iq_count(const struct sw_iq *iq)
25{
26 return iq->count;
27}
28
29static __rte_always_inline struct sw_queue_chunk *
30iq_alloc_chunk(struct sw_evdev *sw)

Callers 6

get_qid_iq_statFunction · 0.85
iq_dequeue_burstFunction · 0.85
sw_qids_emptyFunction · 0.85
sw_drain_queueFunction · 0.85
sw_dumpFunction · 0.85
sw_schedule_qid_to_cqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected