Searched defs:efx_ptp_data (Results 1 – 3 of 3) 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 …]
285 struct efx_ptp_data { struct286 struct efx_nic *efx;287 struct efx_channel *channel;288 bool rx_ts_inline;289 struct sk_buff_head rxq;290 struct sk_buff_head txq;291 struct list_head evt_list;292 struct list_head evt_free_list;293 spinlock_t evt_lock;294 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];[all …]
287 struct efx_ptp_data { struct288 struct efx_nic *efx;289 struct efx_channel *channel;290 struct sk_buff_head rxq;291 struct sk_buff_head txq;292 struct workqueue_struct *workwq;293 struct work_struct work;294 struct delayed_work cleanup_work;295 bool reset_required;296 struct list_head rxfilters_mcast;[all …]