Home
last modified time | relevance | path

Searched refs:hw_tc_lock (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c38 seq = read_seqbegin(&wx->hw_tc_lock); in wx_ptp_timecounter_cyc2time()
40 } while (read_seqretry(&wx->hw_tc_lock, seq)); in wx_ptp_timecounter_cyc2time()
87 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_adjtime()
89 write_sequnlock_irqrestore(&wx->hw_tc_lock, flags); in wx_ptp_adjtime()
120 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_settime64()
122 write_sequnlock_irqrestore(&wx->hw_tc_lock, flags); in wx_ptp_settime64()
239 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_overflow_check()
341 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_trigger_calc()
723 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_reset_cyclecounter()
741 write_seqlock_irqsave(&wx->hw_tc_lock, flags); in wx_ptp_reset()
[all …]
H A Dwx_type.h1235 seqlock_t hw_tc_lock; /* seqlock for ptp */ member