Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c279 struct efx_ptp_data { struct
280 struct efx_nic *efx;
281 struct efx_channel *channel;
282 bool rx_ts_inline;
283 struct sk_buff_head rxq;
284 struct sk_buff_head txq;
285 struct list_head evt_list;
286 struct list_head evt_free_list;
287 spinlock_t evt_lock;
288 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];
[all …]