| 161 | } |
| 162 | |
| 163 | static uint16_t rte_pie_get_active(const struct rte_pie_config *pie_cfg, |
| 164 | struct rte_pie *pie) |
| 165 | { |
| 166 | /**< Flag for activating/deactivating pie */ |
| 167 | RTE_SET_USED(pie_cfg); |
| 168 | return pie->active; |
| 169 | } |
| 170 | |
| 171 | static void rte_pie_set_active(const struct rte_pie_config *pie_cfg, |
| 172 | struct rte_pie *pie, |
no outgoing calls
no test coverage detected