Home
last modified time | relevance | path

Searched refs:tx_stat_sync (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c756 u64_stats_update_begin(&lp->tx_stat_sync); in axienet_tx_poll()
759 u64_stats_update_end(&lp->tx_stat_sync); in axienet_tx_poll()
1315 start = u64_stats_fetch_begin(&lp->tx_stat_sync); in axienet_get_stats64()
1318 } while (u64_stats_fetch_retry(&lp->tx_stat_sync, start)); in axienet_get_stats64()
1881 u64_stats_init(&lp->tx_stat_sync); in axienet_probe()
H A Dxilinx_axienet.h419 * @tx_stat_sync: Synchronization object for TX stats
480 struct u64_stats_sync tx_stat_sync; member

Completed in 4 milliseconds