Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance
118 struct ice_ptp_tx { struct119 spinlock_t lock; /* lock protecting in_use bitmap */120 struct ice_tx_tstamp *tstamps;121 unsigned long *in_use;122 u8 quad;123 u8 quad_offset;124 u8 len;148 struct ice_ptp_tx tx; argument