Stop the timer associated with the timer handle tim */
| 619 | |
| 620 | /* Stop the timer associated with the timer handle tim */ |
| 621 | int |
| 622 | rte_timer_stop(struct rte_timer *tim) |
| 623 | { |
| 624 | return rte_timer_alt_stop(default_data_id, tim); |
| 625 | } |
| 626 | |
| 627 | int |
| 628 | rte_timer_alt_stop(uint32_t timer_data_id, struct rte_timer *tim) |