Searched refs:efx_ptp_event_rx (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 182 struct efx_ptp_event_rx { struct 293 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS]; 1164 struct efx_ptp_event_rx *evt; in efx_ptp_drop_time_expired_events() 1166 evt = list_entry(cursor, struct efx_ptp_event_rx, in efx_ptp_drop_time_expired_events() 1200 struct efx_ptp_event_rx *evt; in efx_ptp_match_rx() 1202 evt = list_entry(cursor, struct efx_ptp_event_rx, link); in efx_ptp_match_rx() 1848 struct efx_ptp_event_rx *evt = NULL; in ptp_event_rx() 1861 struct efx_ptp_event_rx, link); in ptp_event_rx()
|
/drivers/net/ethernet/sfc/ |
D | ptp.c | 188 struct efx_ptp_event_rx { struct 298 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS]; 1196 struct efx_ptp_event_rx *evt; in efx_ptp_drop_time_expired_events() 1198 evt = list_entry(cursor, struct efx_ptp_event_rx, in efx_ptp_drop_time_expired_events() 1232 struct efx_ptp_event_rx *evt; in efx_ptp_match_rx() 1234 evt = list_entry(cursor, struct efx_ptp_event_rx, link); in efx_ptp_match_rx() 1942 struct efx_ptp_event_rx *evt = NULL; in ptp_event_rx() 1955 struct efx_ptp_event_rx, link); in ptp_event_rx()
|