Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance
125 struct ice_ptp_tx { struct126 spinlock_t lock; /* lock protecting in_use bitmap */127 struct ice_tx_tstamp *tstamps;128 unsigned long *in_use;129 unsigned long *stale;130 u8 block;131 u8 offset;132 u8 len;133 u8 init : 1;134 u8 calibrating : 1;[all …]
Completed in 6 milliseconds