Searched defs:efx_ptp_data (Results 1 – 1 of 1) sorted by relevance
279 struct efx_ptp_data { struct280 struct efx_nic *efx;281 struct efx_channel *channel;282 bool rx_ts_inline;283 struct sk_buff_head rxq;284 struct sk_buff_head txq;285 struct list_head evt_list;286 struct list_head evt_free_list;287 spinlock_t evt_lock;288 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];[all …]