Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dptp.c284 struct efx_ptp_data { struct
285 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 …]
/linux-6.1.9/drivers/net/ethernet/sfc/
Dptp.c289 struct efx_ptp_data { struct
290 struct efx_nic *efx;
291 struct efx_channel *channel;
292 bool rx_ts_inline;
293 struct sk_buff_head rxq;
294 struct sk_buff_head txq;
295 struct list_head evt_list;
296 struct list_head evt_free_list;
297 spinlock_t evt_lock;
298 struct efx_ptp_event_rx rx_evts[MAX_RECEIVE_EVENTS];
[all …]