Home
last modified time | relevance | path

Searched refs:sync_lost (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c746 sh->txpp.sync_lost = 1; in mlx5_txpp_update_timestamp()
778 sh->txpp.sync_lost = 1; in mlx5_txpp_init_timestamp()
852 sh->txpp.sync_lost = 1; in mlx5_txpp_handle_rearm_queue()
1155 sh->txpp.sync_lost = 1; in mlx5_txpp_read_clock()
1381 stats[n_used + 7].value = sh->txpp.sync_lost; in mlx5_txpp_xstats_get()
H A Dmlx5.h678 uint32_t sync_lost:1; /* ci/timestamp synchronization lost. */ member