Searched defs:efx_ptp_data (Results 1 – 2 of 2) sorted by relevance
284 struct efx_ptp_data { struct285 struct efx_nic *efx;286 struct efx_channel *channel;287 bool rx_ts_inline;288 struct sk_buff_head rxq;289 struct sk_buff_head txq;290 struct list_head evt_list;291 struct list_head evt_free_list;292 spinlock_t evt_lock;293 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];[all …]
293 struct efx_ptp_data { struct294 struct efx_nic *efx;295 struct efx_channel *channel;296 struct sk_buff_head rxq;297 struct sk_buff_head txq;298 struct workqueue_struct *workwq;299 struct work_struct work;300 struct delayed_work cleanup_work;301 bool reset_required;302 struct list_head rxfilters_mcast;[all …]