Home
last modified time | relevance | path

Searched refs:tmreg_lock (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c129 spin_lock_irqsave(&fep->tmreg_lock, flags); in fec_ptp_enable_pps()
132 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_enable_pps()
138 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_enable_pps()
225 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_enable_pps()
236 spin_lock_irqsave(&fep->tmreg_lock, flags); in fec_ptp_pps_perout()
254 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_pps_perout()
282 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_pps_perout()
314 spin_lock_irqsave(&fep->tmreg_lock, flags); in fec_ptp_start_cyclecounter()
334 spin_unlock_irqrestore(&fep->tmreg_lock, flags); in fec_ptp_start_cyclecounter()
398 spin_lock_irqsave(&fep->tmreg_lock, flags); in fec_ptp_adjfine()
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c199 spin_lock_irqsave(&adapter->tmreg_lock, flags); in ixgbe_ptp_setup_sdp_X540()
202 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in ixgbe_ptp_setup_sdp_X540()
282 spin_lock_irqsave(&adapter->tmreg_lock, flags); in ixgbe_ptp_setup_sdp_X550()
285 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in ixgbe_ptp_setup_sdp_X550()
434 spin_lock_irqsave(&adapter->tmreg_lock, flags); in ixgbe_ptp_convert_to_hwtstamp()
436 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in ixgbe_ptp_convert_to_hwtstamp()
531 spin_lock_irqsave(&adapter->tmreg_lock, flags); in ixgbe_ptp_adjtime()
533 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in ixgbe_ptp_adjtime()
560 spin_lock_irqsave(&adapter->tmreg_lock, flags); in ixgbe_ptp_gettimex()
589 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in ixgbe_ptp_gettimex()
[all …]
H A Dixgbe.h799 spinlock_t tmreg_lock; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h323 spinlock_t tmreg_lock; member
H A Digc_main.c5588 spin_lock(&adapter->tmreg_lock); in igc_tsync_interrupt()
5597 spin_unlock(&adapter->tmreg_lock); in igc_tsync_interrupt()
5601 spin_lock(&adapter->tmreg_lock); in igc_tsync_interrupt()
5610 spin_unlock(&adapter->tmreg_lock); in igc_tsync_interrupt()
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h635 spinlock_t tmreg_lock; member
H A Digb_main.c6952 spin_lock(&adapter->tmreg_lock); in igb_perout()
7017 spin_unlock(&adapter->tmreg_lock); in igb_perout()
7039 spin_lock_irqsave(&adapter->tmreg_lock, flags); in igb_extts()
7041 spin_unlock_irqrestore(&adapter->tmreg_lock, flags); in igb_extts()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h672 struct mutex tmreg_lock; /* Used to protect the SYSTIME registers. */ member