Lines Matching defs:lan743x_ptp
63 struct lan743x_ptp { struct
74 struct lan743x_ptp_perout perout[LAN743X_PTP_N_PEROUT]; argument
76 bool leds_multiplexed;
77 bool led_enabled[LAN7430_N_LED];
80 spinlock_t tx_ts_lock;
81 int pending_tx_timestamps;
82 struct sk_buff *tx_ts_skb_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];
83 unsigned int tx_ts_ignore_sync_queue;
84 int tx_ts_skb_queue_size;
85 u32 tx_ts_seconds_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];
86 u32 tx_ts_nseconds_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];
87 u32 tx_ts_header_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];
88 int tx_ts_queue_size;