Home
last modified time | relevance | path

Searched refs:SYNC_EVENTS_QUIESCENT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h404 SYNC_EVENTS_QUIESCENT, enumerator
Def10.c6174 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_enable_timestamping()
6187 (temp && channel->sync_events_state == SYNC_EVENTS_QUIESCENT)) in efx_ef10_rx_disable_timestamping()
6189 if (channel->sync_events_state == SYNC_EVENTS_QUIESCENT) { in efx_ef10_rx_disable_timestamping()
6193 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT : in efx_ef10_rx_disable_timestamping()
Dptp.c1443 channel->sync_events_state = SYNC_EVENTS_QUIESCENT; in efx_ptp_probe()