| 64 | } |
| 65 | |
| 66 | static __rte_always_inline uint64_t |
| 67 | leftover_get(uint64_t slab, uint32_t shift, uint64_t mask) |
| 68 | { |
| 69 | return (slab & mask) << shift; |
| 70 | } |
| 71 | |
| 72 | void |
| 73 | pdcp_cnt_report_fill(struct pdcp_cnt_bitmap bitmap, struct entity_state state, |
no outgoing calls
no test coverage detected