Home
last modified time | relevance | path

Searched refs:sync_events_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Def10.c3639 if (channel->sync_events_state == SYNC_EVENTS_REQUESTED || in efx_ef10_rx_enable_timestamping()
3640 channel->sync_events_state == SYNC_EVENTS_VALID || in efx_ef10_rx_enable_timestamping()
3641 (temp && channel->sync_events_state == SYNC_EVENTS_DISABLED)) in efx_ef10_rx_enable_timestamping()
3643 channel->sync_events_state = SYNC_EVENTS_REQUESTED; in efx_ef10_rx_enable_timestamping()
3654 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_enable_timestamping()
3666 if (channel->sync_events_state == SYNC_EVENTS_DISABLED || in efx_ef10_rx_disable_timestamping()
3667 (temp && channel->sync_events_state == SYNC_EVENTS_QUIESCENT)) in efx_ef10_rx_disable_timestamping()
3669 if (channel->sync_events_state == SYNC_EVENTS_QUIESCENT) { in efx_ef10_rx_disable_timestamping()
3670 channel->sync_events_state = SYNC_EVENTS_DISABLED; in efx_ef10_rx_disable_timestamping()
3673 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_disable_timestamping()
H A Dptp.c1591 channel->sync_events_state = SYNC_EVENTS_QUIESCENT; in efx_ptp_probe()
2009 (void) cmpxchg(&channel->sync_events_state, SYNC_EVENTS_REQUESTED, in efx_time_sync_event()
2035 if (channel->sync_events_state != SYNC_EVENTS_VALID) in __efx_rx_skb_attach_timestamp()
H A Dnet_driver.h581 enum efx_sync_events_state sync_events_state; member
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c1470 channel->sync_events_state = SYNC_EVENTS_QUIESCENT; in efx_ptp_probe()
1967 (void) cmpxchg(&channel->sync_events_state, SYNC_EVENTS_REQUESTED, in efx_siena_time_sync_event()
1993 if (channel->sync_events_state != SYNC_EVENTS_VALID) in __efx_siena_rx_skb_attach_timestamp()
H A Dnet_driver.h549 enum efx_sync_events_state sync_events_state; member