Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.h39 if (channel->sync_events_state == SYNC_EVENTS_VALID) in efx_rx_skb_attach_timestamp()
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.h551 enum efx_sync_events_state sync_events_state; member
/linux/drivers/net/ethernet/sfc/
H A Dptp.h42 if (channel->sync_events_state == SYNC_EVENTS_VALID) in efx_rx_skb_attach_timestamp()
H A Def10.c3636 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()
H A Dptp.c1591 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()
H A Dnet_driver.h544 enum efx_sync_events_state sync_events_state; member