Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance
136 struct ice_ptp_tx { struct137 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;[all …]