Home
last modified time | relevance | path

Searched defs:ice_ptp_tx (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ptp.h118 struct ice_ptp_tx { struct
119 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