| 168 | |
| 169 | |
| 170 | static void |
| 171 | ff_hardclock_job(__rte_unused struct rte_timer *timer, |
| 172 | __rte_unused void *arg) { |
| 173 | ff_hardclock(); |
| 174 | ff_update_current_ts(); |
| 175 | } |
| 176 | |
| 177 | struct ff_dpdk_if_context * |
| 178 | ff_dpdk_register_if(void *sc, void *ifp, struct ff_port_cfg *cfg) |
nothing calls this directly
no test coverage detected