Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c285 struct efx_ptp_data { struct
286 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 …]