Lines Matching defs:link
176 * @link: list of events
183 struct list_head link;
1167 link);
1169 list_move(&evt->link, &ptp->evt_free_list);
1202 evt = list_entry(cursor, struct efx_ptp_event_rx, link);
1213 list_move(&evt->link, &ptp->evt_free_list);
1483 list_add(&ptp->rx_evts[pos].link, &ptp->evt_free_list);
1861 struct efx_ptp_event_rx, link);
1862 list_del(&evt->link);
1876 list_add_tail(&evt->link, &ptp->evt_list);