Searched refs:evt_list (Results 1 – 1 of 1) sorted by relevance
274 struct list_head evt_list; member938 if (!list_empty(&ptp->evt_list)) { in efx_ptp_drop_time_expired_events()939 list_for_each_safe(cursor, next, &ptp->evt_list) { in efx_ptp_drop_time_expired_events()967 evts_waiting = !list_empty(&ptp->evt_list); in efx_ptp_match_rx()976 list_for_each_safe(cursor, next, &ptp->evt_list) { in efx_ptp_match_rx()1144 list_for_each_safe(cursor, next, &efx->ptp_data->evt_list) { in efx_ptp_stop()1248 INIT_LIST_HEAD(&ptp->evt_list); in efx_ptp_probe()1635 list_add_tail(&evt->link, &ptp->evt_list); in ptp_event_rx()