Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance
135 struct ice_ptp_tx { struct136 spinlock_t lock; /* lock protecting in_use bitmap */137 struct ice_tx_tstamp *tstamps;138 unsigned long *in_use;139 unsigned long *stale;140 u8 block;141 u8 offset;142 u8 len;143 u8 init : 1;144 u8 calibrating : 1;[all …]