| 1123 | } |
| 1124 | |
| 1125 | static int |
| 1126 | swtim_stats_reset(const struct rte_event_timer_adapter *adapter) |
| 1127 | { |
| 1128 | struct swtim *sw = swtim_pmd_priv(adapter); |
| 1129 | memset(&sw->stats, 0, sizeof(sw->stats)); |
| 1130 | return 0; |
| 1131 | } |
| 1132 | |
| 1133 | static int |
| 1134 | swtim_remaining_ticks_get(const struct rte_event_timer_adapter *adapter, |
nothing calls this directly
no test coverage detected