Home
last modified time | relevance | path

Searched defs:efx_ptp_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c282 struct efx_ptp_data { struct
283 struct efx_nic *efx;
284 struct efx_channel *channel;
285 bool rx_ts_inline;
286 struct sk_buff_head rxq;
287 struct sk_buff_head txq;
288 struct list_head evt_list;
289 struct list_head evt_free_list;
290 spinlock_t evt_lock;
291 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];
[all …]