Searched refs:sync_events_state (Results 1 – 7 of 7) sorted by relevance
39 if (channel->sync_events_state == SYNC_EVENTS_VALID) in efx_rx_skb_attach_timestamp()
1470 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()
551 enum efx_sync_events_state sync_events_state; member
42 if (channel->sync_events_state == SYNC_EVENTS_VALID) in efx_rx_skb_attach_timestamp()
3636 if (channel->sync_events_state == SYNC_EVENTS_REQUESTED || in efx_ef10_rx_enable_timestamping()3637 channel->sync_events_state == SYNC_EVENTS_VALID || in efx_ef10_rx_enable_timestamping()3638 (temp && channel->sync_events_state == SYNC_EVENTS_DISABLED)) in efx_ef10_rx_enable_timestamping()3640 channel->sync_events_state = SYNC_EVENTS_REQUESTED; in efx_ef10_rx_enable_timestamping()3651 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_enable_timestamping()3663 if (channel->sync_events_state == SYNC_EVENTS_DISABLED || in efx_ef10_rx_disable_timestamping()3664 (temp && channel->sync_events_state == SYNC_EVENTS_QUIESCENT)) in efx_ef10_rx_disable_timestamping()3666 if (channel->sync_events_state == SYNC_EVENTS_QUIESCENT) { in efx_ef10_rx_disable_timestamping()3667 channel->sync_events_state = SYNC_EVENTS_DISABLED; in efx_ef10_rx_disable_timestamping()3670 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_disable_timestamping()
1591 channel->sync_events_state = SYNC_EVENTS_QUIESCENT; in efx_ptp_probe()2014 (void) cmpxchg(&channel->sync_events_state, SYNC_EVENTS_REQUESTED, in efx_time_sync_event()2040 if (channel->sync_events_state != SYNC_EVENTS_VALID) in __efx_rx_skb_attach_timestamp()
544 enum efx_sync_events_state sync_events_state; member