Searched refs:ir_stats_syncp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c136 struct u64_stats_sync ir_stats_syncp; member in struct:gemini_ethernet_port
664 u64_stats_update_begin(&port->ir_stats_syncp);
669 u64_stats_update_end(&port->ir_stats_syncp);
1632 u64_stats_update_begin(&port->ir_stats_syncp);
1651 u64_stats_update_end(&port->ir_stats_syncp);
1741 u64_stats_update_begin(&port->ir_stats_syncp);
1743 u64_stats_update_end(&port->ir_stats_syncp);
1957 start = u64_stats_fetch_begin(&port->ir_stats_syncp);
1967 } while (u64_stats_fetch_retry(&port->ir_stats_syncp, start));
2044 start = u64_stats_fetch_begin(&port->ir_stats_syncp);
[all...]

Completed in 150 milliseconds