Searched defs:efx_ptp_data (Results 1 – 1 of 1) sorted by relevance
268 struct efx_ptp_data { struct269 struct efx_nic *efx;270 struct efx_channel *channel;271 bool rx_ts_inline;272 struct sk_buff_head rxq;273 struct sk_buff_head txq;274 struct list_head evt_list;275 struct list_head evt_free_list;276 spinlock_t evt_lock;277 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];[all …]