Lines Matching defs:ice_ptp_tx
136 struct ice_ptp_tx { struct
137 spinlock_t lock; /* lock protecting in_use bitmap */
138 struct ice_tx_tstamp *tstamps;
139 unsigned long *in_use;
140 unsigned long *stale;
141 u8 block;
142 u8 offset;
143 u8 len;
144 u8 init : 1;
145 u8 calibrating : 1;
146 u8 verify_cached : 1;
147 s8 last_ll_ts_idx_read;