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