Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_ptp.h114 struct ice_ptp_tx { struct
115 spinlock_t lock; /* lock protecting in_use bitmap */
116 struct ice_tx_tstamp *tstamps;
117 unsigned long *in_use;
118 unsigned long *stale;
119 u8 block;
120 u8 offset;
121 u8 len;
122 u8 init : 1;
123 u8 calibrating : 1;
[all …]