MCPcopy Create free account
hub / github.com/F-Stack/f-stack / swtim_get_info

Function swtim_get_info

dpdk/lib/eventdev/rte_event_timer_adapter.c:1107–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107static void
1108swtim_get_info(const struct rte_event_timer_adapter *adapter,
1109 struct rte_event_timer_adapter_info *adapter_info)
1110{
1111 struct swtim *sw = swtim_pmd_priv(adapter);
1112 adapter_info->min_resolution_ns = sw->timer_tick_ns;
1113 adapter_info->max_tmo_ns = sw->max_tmo_ns;
1114}
1115
1116static int
1117swtim_stats_get(const struct rte_event_timer_adapter *adapter,

Callers

nothing calls this directly

Calls 1

swtim_pmd_privFunction · 0.85

Tested by

no test coverage detected