sync_compl        227 drivers/net/ethernet/emulex/benet/be.h 	struct u64_stats_sync sync_compl;
sync_compl        405 drivers/net/ethernet/emulex/benet/be_ethtool.c 			start = u64_stats_fetch_begin_irq(&stats->sync_compl);
sync_compl        407 drivers/net/ethernet/emulex/benet/be_ethtool.c 		} while (u64_stats_fetch_retry_irq(&stats->sync_compl, start));
sync_compl       3076 drivers/net/ethernet/emulex/benet/be_main.c 		u64_stats_init(&txo->stats.sync_compl);
sync_compl       3288 drivers/net/ethernet/emulex/benet/be_main.c 		u64_stats_update_begin(&tx_stats(txo)->sync_compl);
sync_compl       3290 drivers/net/ethernet/emulex/benet/be_main.c 		u64_stats_update_end(&tx_stats(txo)->sync_compl);