Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance
114 struct ice_ptp_tx { struct115 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 …]