Home
last modified time | relevance | path

Searched refs:ptp_ts_id_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c239 spin_lock_irqsave(&sparx5->ptp_ts_id_lock, flags); in sparx5_ptp_txtstamp_request()
241 spin_unlock_irqrestore(&sparx5->ptp_ts_id_lock, flags); in sparx5_ptp_txtstamp_request()
256 spin_unlock_irqrestore(&sparx5->ptp_ts_id_lock, flags); in sparx5_ptp_txtstamp_request()
267 spin_lock_irqsave(&sparx5->ptp_ts_id_lock, flags); in sparx5_ptp_txtstamp_release()
271 spin_unlock_irqrestore(&sparx5->ptp_ts_id_lock, flags); in sparx5_ptp_txtstamp_release()
376 spin_lock(&sparx5->ptp_ts_id_lock); in sparx5_ptp_irq_handler()
378 spin_unlock(&sparx5->ptp_ts_id_lock); in sparx5_ptp_irq_handler()
611 spin_lock_init(&sparx5->ptp_ts_id_lock); in sparx5_ptp_init()
Dsparx5_main.h287 spinlock_t ptp_ts_id_lock; /* lock for ts_id */ member
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ptp.c172 spin_lock_irqsave(&lan966x->ptp_ts_id_lock, flags); in lan966x_ptp_txtstamp_request()
174 spin_unlock_irqrestore(&lan966x->ptp_ts_id_lock, flags); in lan966x_ptp_txtstamp_request()
189 spin_unlock_irqrestore(&lan966x->ptp_ts_id_lock, flags); in lan966x_ptp_txtstamp_request()
200 spin_lock_irqsave(&lan966x->ptp_ts_id_lock, flags); in lan966x_ptp_txtstamp_release()
204 spin_unlock_irqrestore(&lan966x->ptp_ts_id_lock, flags); in lan966x_ptp_txtstamp_release()
307 spin_lock(&lan966x->ptp_ts_id_lock); in lan966x_ptp_irq_handler()
309 spin_unlock(&lan966x->ptp_ts_id_lock); in lan966x_ptp_irq_handler()
815 spin_lock_init(&lan966x->ptp_ts_id_lock); in lan966x_ptp_init()
Dlan966x_main.h259 spinlock_t ptp_ts_id_lock; /* lock for ts_id */ member