Handles Clock Queue completions in periodic service. */
| 702 | |
| 703 | /* Handles Clock Queue completions in periodic service. */ |
| 704 | static __rte_always_inline void |
| 705 | mlx5_txpp_handle_clock_queue(struct mlx5_dev_ctx_shared *sh) |
| 706 | { |
| 707 | mlx5_txpp_update_timestamp(sh); |
| 708 | mlx5_txpp_gather_timestamp(sh); |
| 709 | } |
| 710 | #endif |
| 711 | |
| 712 | /* Invoked periodically on Rearm Queue completions. */ |
no test coverage detected